altos/lisp: Add continuations
[fw/altos] / src / lisp / ao_lisp.h
2016-11-19 Keith Packardaltos/lisp: Add continuations
2016-11-18 Keith Packardaltos/lisp: Remove some stale frame debugging checks
2016-11-18 Keith Packardaltos/lisp: Eliminate compiler warning about array...
2016-11-18 Keith Packardaltos/lisp: Optimize chunk searching in collect
2016-11-18 Keith Packardaltos/lisp: Add incremental collection
2016-11-18 Keith Packardaltos/lisp: re-use small frames
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: Simplify GC a bit by only marking the head...
2016-11-18 Keith Packardaltos/lisp: Change GC to do moves in batches of 32
2016-11-18 Keith Packardaltos/lisp: Append a CRC to the saved image to validate...
2016-11-18 Keith Packardaltos/lisp: Add save/restore infrastructure. Needs...
2016-11-18 Keith Packardaltos/lisp: Make ao_lisp_ref and ao_lisp_poly non-inline
2016-11-18 Keith Packardaltos/lisp: add length, pack, unpack and flush
2016-11-18 Keith Packardaltos/lisp: Deal with memory compation in the middle...
2016-11-18 Keith Packardaltos/lisp: Make read() return eof atom on end of file
2016-11-18 Keith Packardaltos/lisp: add progn, while, read and eval
2016-11-18 Keith Packardaltos/lisp: Clean up OS integration bits, add defun
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: Change GC move API
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