altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / lisp / ao_lisp_builtin.c
2017-12-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-12-05 Keith Packardaltos/scheme: Rename to 'scheme', clean up build
2017-12-04 Keith Packardaltos/lisp: Switch to scheme formal syntax for varargs
2017-12-04 Keith Packardaltos/lisp: Split out read debug, add memory validation
2017-12-03 Keith Packardaltos/lisp: Overflow int computations to float
2017-12-01 Keith Packardaltos/lisp: split set/def. Add def support to lambdas
2017-12-01 Keith Packardaltos/lisp: Fix pairp builtin
2017-11-26 Keith Packardaltos/lisp: Rename progn to begin
2017-11-20 Keith Packardaltos/lisp: Add floats
2017-11-19 Keith Packardaltos/lisp: Fix some scheme compat issues
2017-11-19 Keith Packardaltos/lisp: Add 'big' ints -- 24 bits wide
2017-11-18 Keith Packardaltos/lisp: Finish first pass through r7rs
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: Lots more scheme bits
2017-11-17 Keith Packardaltos/lisp: More schemisms
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-21 Keith Packardaltos/lisp: Not quite ready to start making it look...
2017-02-20 Keith Packardaltos/lisp: Start adding scheme symbols
2017-02-20 Keith Packardaltos/lisp: Add builtin 'collect'
2017-02-20 Keith Packardaltos/lisp: Add continuations
2017-02-20 Keith Packardaltos/lisp: Fix error atom name in ao_lisp_length
2017-02-20 Keith Packardaltos/lisp: Get lambdakey and nucleo-32 building again
2017-02-20 Keith Packardaltos/lisp: Evaluate macros once, then smash them into...
2017-02-20 Keith Packardaltos/lisp: Add save/restore infrastructure. Needs...
2017-02-20 Keith Packardaltos/lisp: add length, pack, unpack and flush
2017-02-20 Keith Packardaltos/lisp: add progn, while, read and eval
2017-02-20 Keith Packardaltos/lisp: Clean up OS integration bits, add defun
2017-02-20 Keith Packardaltos/lisp: working on lexical scoping
2017-02-20 Keith Packardaltos/lisp: more GC issues. add patom
2017-02-20 Keith Packardaltos/lisp: Change GC move API
2017-02-20 Keith Packardaltos/lisp: get builtin macros working again
2017-02-20 Keith Packardaltos: Add lambda support to lisp
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 PackardAdd first lisp bits