Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos/scheme: Don't optimize ao_scheme_make_const | Keith Packard | 2017-12-19 |
| | | | | | | | Performance isn't interesting, and it's nice to have a bare system ready for debugging. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/scheme: More compiler warning cleanups | Keith Packard | 2017-12-12 |
| | | | | | | Make local funcs static. Don't mix decls and code.x 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> |