Commit graph

9 commits

Author SHA1 Message Date
Sami Samhuri
412f85a73b parse comments as values 2011-04-20 18:45:50 -07:00
Sami Samhuri
ccab787366 improve parser, add numeric = primitive
- parse symbols such as "+" ,"-", and "1+"
- parse 'quoted expressions
2011-04-20 16:09:01 -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
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
Sami Samhuri
ec1c10f561 glib-ized 2011-04-18 22:36:07 -07:00
Sami Samhuri
8439041407 bikeshedding 2011-04-18 21:14:56 -07:00
Sami Samhuri
c2f1607547 add license, copyright 2011-04-17 22:45:16 -07:00
Sami Samhuri
2d55d70770 more minor fixes 2011-04-17 22:28:03 -07:00
Sami Samhuri
70fe7a1a58 first commit 2011-04-17 21:24:23 -07:00