1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-09 01:30:50 +00:00

Note what we've done with the example programs.

This commit is contained in:
Chris Pressey 2018-12-11 19:11:03 +00:00
parent c85cb6722a
commit d86612acce

View File

@ -13,6 +13,8 @@ History of SixtyPical
of `word` memory locations (at the cost of trashing `a`.) of `word` memory locations (at the cost of trashing `a`.)
* Fixed pathological memory use in the lexical scanner - should * Fixed pathological memory use in the lexical scanner - should
be much less inefficient now when parsing large source files. be much less inefficient now when parsing large source files.
* Reorganized the examples in `eg/rudiments/` to make them
officially platform-agnostic and to state the expected output.
0.17 0.17
---- ----