Small edits to history.
Chris Pressey
4 years ago
4 | 4 | ---- |
5 | 5 | |
6 | 6 | * Added the so-called "open-faced `for` loop", which spans a loop |
7 | variable over a range, the end of which is fixed. | |
7 | variable over a finite range, the end of which is fixed. | |
8 | 8 | * "Tail position" is now more correctly determined for the purposes of |
9 | 9 | insisting that `goto` only appears in it. |
10 | 10 | * New `--origin` and `--output-format` options added to the compiler. |
12 | 12 | * Fixed bug when reporting line numbers of scanner-level syntax errors. |
13 | 13 | * Translated the small demo projects Ribos and "The PETulant Cursor" to |
14 | 14 | SixtyPical, and added them to the `eg/c64/` section of the repo. |
15 | * Added a `eg/vic20` example directory, with one VIC-20 example program. | |
15 | 16 | |
16 | 17 | 0.13 |
17 | 18 | ---- |