Note what we've done with the example programs.
Chris Pressey
3 years ago
12 | 12 | of `word` memory locations (at the cost of trashing `a`.) |
13 | 13 | * Fixed pathological memory use in the lexical scanner - should |
14 | 14 | be much less inefficient now when parsing large source files. |
15 | * Reorganized the examples in `eg/rudiments/` to make them | |
16 | officially platform-agnostic and to state the expected output. | |
15 | 17 | |
16 | 18 | 0.17 |
17 | 19 | ---- |