Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos/lisp: Add scheme-style bools (#t and #f) | Keith Packard | 2017-11-16 |
| | | | | | | Cond and while compare against #f, just like scheme says to. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/lisp: Add non-cons cdr support | Keith Packard | 2017-11-16 |
| | | | | | | | The cdr of a cons can be any value; add support for lexing and printing them. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos: Add lisp reader | Keith Packard | 2017-02-20 |