An experiment in parentheses-free lisp (in JavaScript)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Wesley Kerfoot 53f115b995 readme stuff 12 years ago
README.md readme stuff 12 years ago
parse.js added a reference to the precedence climbing algorithm used here 12 years ago
representation.js adding stuff 12 years ago
tools.js removed useless function 12 years ago

README.md

This is the beginnings of a little language based on a typed LC with let Mainly inspired by these: http://cs.brown.edu/~sk/Publications/Books/ProgLangs/ http://www.cs.indiana.edu/hyplan/dfried/ts.ps http://lucacardelli.name/papers/basictypechecking.a4.pdf