Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 218 Bytes

File metadata and controls

10 lines (6 loc) · 218 Bytes

ts-pl-tutorial

Description

Studying how to implement a programming language in Typescript (http://lisperator.net/pltut/)

Usage

gulp echo 'sum = lambda(x, y) x + y; println(sum(2, 3));' | node dist/index.js