altos/lisp: Evaluate macros once, then smash them into place
[fw/altos] / src / lisp / ao_lisp_eval.c
2016-11-18 Keith Packardaltos/lisp: Evaluate macros once, then smash them into...
2016-11-18 Keith Packardaltos/lisp: Cache freed cons and stack items
2016-11-18 Keith Packardaltos/lisp: Change GC to do moves in batches of 32
2016-11-18 Keith Packardaltos/lisp: Add save/restore infrastructure. Needs...
2016-11-18 Keith Packardaltos/lisp: Make sure memmove only happens once per...
2016-11-18 Keith Packardaltos/lisp: Deal with memory compation in the middle...
2016-11-18 Keith Packardaltos/lisp: add progn, while, read and eval
2016-11-18 Keith Packardaltos/lisp: macros appear to work now
2016-11-18 Keith Packardaltos/lisp: working on lexical scoping
2016-11-18 Keith Packardaltos/lisp: convert GC to non-recursive
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