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 ee0d7aebcb removed regex based tokenizer, finished switch/case based tokenizer, need to add support for whitespace in the parser or strip it out for now 12 years ago
README.md readme stuff 12 years ago
desugar.js started on the desugarer 12 years ago
parse.js removed regex based tokenizer, finished switch/case based tokenizer, need to add support for whitespace in the parser or strip it out for now 12 years ago
representation.js started on the desugarer 12 years ago
tokenize.js removed regex based tokenizer, finished switch/case based tokenizer, need to add support for whitespace in the parser or strip it out for now 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 and mainly inspired by these: