summaryrefslogtreecommitdiff
path: root/src/lisp/ao_lisp_eval.c
Commit message (Expand)AuthorAge
* altos/lisp: Add save/restore infrastructure. Needs OS support to work.Keith Packard2016-11-17
* altos/lisp: Make sure memmove only happens once per object. Other GC fixesKeith Packard2016-11-17
* altos/lisp: Deal with memory compation in the middle of operationsKeith Packard2016-11-17
* altos/lisp: add progn, while, read and evalKeith Packard2016-11-17
* altos/lisp: macros appear to work nowKeith Packard2016-11-17
* altos/lisp: working on lexical scopingKeith Packard2016-11-17
* altos/lisp: convert GC to non-recursiveKeith Packard2016-11-17
* altos/lisp: more GC issues. add patomKeith Packard2016-11-17
* altos/lisp: make sure stack->formals_last gets moved during GCKeith Packard2016-11-17
* altos/lisp: Change GC move APIKeith Packard2016-11-17
* altos/lisp: get builtin macros working againKeith Packard2016-11-17
* altos/lisp: Start rewriting eval as state machineKeith Packard2016-11-17
* altos: Add lambda support to lispKeith Packard2016-11-17
* altos/lisp: Separate out values from atomsKeith Packard2016-11-17
* altos/lisp: add set/setq and ' in readerKeith Packard2016-11-17
* altos/lisp: Change lisp objects to use ao_poly everywhere. Add constKeith Packard2016-11-17
* altos: Add lisp readerKeith Packard2016-11-17
* Add first lisp bitsKeith Packard2016-11-17