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 6629ec62b8 changed error messages 12 years ago
LICENSE.md added license 13 years ago
README.md readme stuff 13 years ago
desugar.js handle unary arithmetic operations correctly 13 years ago
errors.js more error stuff 12 years ago
fib.jl handle unary arithmetic operations correctly 13 years ago
optimize.js handle unary arithmetic operations correctly 13 years ago
parse.js changed error messages 12 years ago
pprint.js handle unary arithmetic operations correctly 13 years ago
representation.js started to add proper errors 13 years ago
test.jl expanded test program 13 years ago
test.js fixed yet another bug, might refactor that function later 13 years ago
tokenize.js more error stuff 12 years ago
tools.js almost done adding let forms to the language, made sure to throw exceptions in most places 13 years ago
typecheck.js almost done adding let forms to the language, made sure to throw exceptions in most places 13 years ago

README.md

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