Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos/lisp: Move stack recursion check after null check | Keith Packard | 2017-02-20 |
| | | | | | | Don't crash when printing null stack this way. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/lisp: Cleanup some DBG defines | Keith Packard | 2017-02-20 |
| | | | | | | Get rid of the remaining duplicate defines. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/lisp: Add continuations | Keith Packard | 2017-02-20 |
This provides call/cc and makes 'stacks' visible to the application. Signed-off-by: Keith Packard <keithp@keithp.com> |