altos/lisp: more GC issues. add patom
[fw/altos] / src / lisp / ao_lisp_eval.c
2016-11-18 Keith Packardaltos/lisp: more GC issues. add patom
2016-11-18 Keith Packardaltos/lisp: make sure stack->formals_last gets moved...
2016-11-18 Keith Packardaltos/lisp: Change GC move API
2016-11-18 Keith Packardaltos/lisp: get builtin macros working again
2016-11-18 Keith Packardaltos/lisp: Start rewriting eval as state machine
2016-11-18 Keith Packardaltos: Add lambda support to lisp
2016-11-18 Keith Packardaltos/lisp: Separate out values from atoms
2016-11-18 Keith Packardaltos/lisp: add set/setq and ' in reader
2016-11-18 Keith Packardaltos/lisp: Change lisp objects to use ao_poly everywhe...
2016-11-18 Keith Packardaltos: Add lisp reader
2016-11-18 Keith PackardAdd first lisp bits