Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos/scheme: Support scheme subsetting via feature settings | Keith Packard | 2017-12-12 |
| | | | | | | | This provides for the creation of smaller versions of the interpreter, leaving out options like floating point numbers and vectors. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/scheme: Fix name of constant scheme file | Keith Packard | 2017-12-10 |
| | | | | | | .lisp -> .scheme Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/scheme: Let readline know if there's a list in progress | Keith Packard | 2017-12-09 |
This lets the interactive prompt change based on what state the lexer is in Signed-off-by: Keith Packard <keithp@keithp.com> |