Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos/scheme: Use 64-bit ints to track memory allocation stats | Keith Packard | 2017-12-11 |
| | | | | | | | These are only collected for debug purposes, but can get quite large if the interpreter runs for a while. 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> | ||
* | altos/scheme: Move scheme test program to scheme sub-directory | Keith Packard | 2017-12-05 |
Keeps it away from the usual test setup Signed-off-by: Keith Packard <keithp@keithp.com> |