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 6729a11df4 tweaked the tokenizer 12 years ago
LICENSE.md added license 12 years ago
README.md readme stuff 12 years ago
desugar.js tweaked the tokenizer 12 years ago
parse.js tweaked the tokenizer 12 years ago
pprint.js tweaked the tokenizer 12 years ago
representation.js tweaked the tokenizer 12 years ago
test.jl fixed some bugs related to list parsing 12 years ago
test.js fixed yet another bug, might refactor that function later 12 years ago
tokenize.js tweaked the tokenizer 12 years ago
tools.js removed old code 12 years ago

README.md

This is the beginnings of a little language based on a typed LC with let and mainly inspired by these: