altos/lisp: Split out read debug, add memory validation
[fw/altos] / src / lisp / ao_lisp_read.c
2017-12-04 Keith Packardaltos/lisp: Split out read debug, add memory validation
2017-12-03 Keith Packardaltos/lisp: use strtof instead of atof
2017-12-01 Keith Packardaltos/lisp: Add quasiquote
2017-11-20 Keith Packardaltos/lisp: Add floats
2017-11-19 Keith Packardaltos/lisp: Add 'big' ints -- 24 bits wide
2017-11-18 Keith Packardaltos/lisp: Add apply
2017-11-17 Keith Packardaltos/lisp: Character consts. String and assoc builtins.
2017-11-17 Keith Packardaltos/lisp: Add scheme-style bools (#t and #f)
2017-11-16 Keith Packardaltos/lisp: Add non-cons cdr support
2017-02-20 Keith Packardaltos/lisp: Cleanup some DBG defines
2017-02-20 Keith Packardaltos/lisp: Change GC to do moves in batches of 32
2017-02-20 Keith Packardaltos/lisp: Make read() return eof atom on end of file
2017-02-20 Keith Packardaltos/lisp: Clean up OS integration bits, add defun
2017-02-20 Keith Packardaltos/lisp: Separate out values from atoms
2017-02-20 Keith Packardaltos/lisp: add set/setq and ' in reader
2017-02-20 Keith Packardaltos/lisp: Change lisp objects to use ao_poly everywhe...
2017-02-20 Keith Packardaltos: Add lisp reader