History of
tests
@master
git clone https://git.catseye.tc/SixtyPical/
-
Convert remainder of routine declarations in this file.
Chris Pressey
6 years ago
-
Many, many define main routine, define foo routine, etc.
Chris Pressey
6 years ago
-
Merge branch 'develop-0.17' into remove-legacy-syntax
Chris Pressey
6 years ago
-
Forward-reference resolution becomes increasingly general.
Chris Pressey
6 years ago
-
Removing support for it is one thing, updating all tests another.
Chris Pressey
6 years ago
-
Confirm constraint on `save`ing `a`.
Chris Pressey
6 years ago
-
Begin introducing shortcut syntax for nested `save`s.
Chris Pressey
6 years ago
-
Explicitly sort the chains by their content, for stable sort.
Chris Pressey
6 years ago
-
Fix whitespace (but not sorting) issue in --dump-fallthru-info.
Chris Pressey
6 years ago
-
--output cmdline argument, serialize() returns an array of bytes.
Chris Pressey
6 years ago
-
Reduce number of errors under Python 3 another smidge.
Chris Pressey
6 years ago
-
Fix test which is misleading due to the way the appliance works.
Chris Pressey
6 years ago
-
Correct some text in the test suite.
Chris Pressey
6 years ago
-
Add three tests. One fails when it shouldn't.
Chris Pressey
6 years ago
-
Add failing tests for gotos inside runtime-context-making blocks.
Chris Pressey
6 years ago
-
Support save'ing user-defined locations.
Chris Pressey
6 years ago
-
Compile code for saving a, x, or y on the stack.
Chris Pressey
6 years ago
-
Saving anything except `a` trashes `a`.
Chris Pressey
6 years ago
-
Merge branch 'develop-0.16' of https://github.com/catseye/SixtyPical into save-block
Chris Pressey
6 years ago
-
Remove --prelude, reform and document --output-formats.
Chris Pressey
6 years ago
-
Another passing test which is a little surprising.
Chris Pressey
6 years ago
-
Add two simple tests for save. Surprisingly, they both pass.
Chris Pressey
6 years ago
-
First cut at implementing `save`. Only the most basic tests though.
Chris Pressey
6 years ago
-
Compile byte-table add, sub, cmp, and, or, xor, shl, shr, inc, dec.
Chris Pressey
6 years ago
-
Analyze reads and updates of tables.
Chris Pressey
6 years ago
-
Able to parse, but not yet able to analyze, other table accesses.
Chris Pressey
6 years ago
-
Support for `shl foo` and `shr foo` where `foo` is a byte storage.
Chris Pressey
6 years ago
-
Support for `copy [ptra]+y, [ptrb]+y` to indirect LDA indirect STA
Chris Pressey
6 years ago
-
The existing analysis is actually sufficient. Document why this is.
Chris Pressey
6 years ago
-
Work out routine-vector type compatibility, w/ one failing test.
Chris Pressey
6 years ago