Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos/scheme: Rework display/write code | Keith Packard | 2017-12-19 |
| | | | | | | | | | | Unify output functions and add bool to switch between write and display mode. Make that only affect strings (as per r⁷rs). Use print recursion detection in frame and stack code, eliminating PRINT flags in type field. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/scheme: Rename to 'scheme', clean up build | Keith Packard | 2017-12-05 |
Constant block is now built in a subdir to avoid messing up source directory. Renamed to ao_scheme to reflect language target. Signed-off-by: Keith Packard <keithp@keithp.com> |