Commit graph

4 commits

Author SHA1 Message Date
Sami Samhuri
412f85a73b parse comments as values 2011-04-20 18:45:50 -07:00
Sami Samhuri
d0c17ee2cc replace terrible err/die/oom functions with nice ERR/DIE/OOM macros 2011-04-20 13:43:29 -07:00
Sami Samhuri
9604f23136 define a few primitives, fix bugs 2011-04-20 11:43:04 -07:00
Sami Samhuri
54831a34fa added eval and apply, lambdas, other goodies
- add booleans, dotted lists, functions
- proper lexical scope
- special forms: define, set!, and, or, quote, lambda
- added some basic list manipulations
- print functions and dotted lists
- removed nil
- more robust in general
2011-04-20 01:38:53 -07:00