History of
tests
@goto-at-end-of-block
git clone https://git.catseye.tc/SixtyPical/
-
Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into goto-at-end-of-block
Chris Pressey
4 years ago
-
Add more tests.
Chris Pressey
4 years ago
-
Improve tests.
Chris Pressey
4 years ago
-
Collect exit contexts. Disturbs fallthru analysis, but otherwise?
Chris Pressey
4 years ago
-
Add failing test.
Chris Pressey
4 years ago
-
`goto` is no longer restricted to appearing in tail position.
Chris Pressey
4 years ago
-
`goto` may only occur at the end of a block.
Chris Pressey
4 years ago
-
Fix order of operands in word-sized `cmp`.
Chris Pressey
4 years ago
-
If add and sub can work on words, then cmp can work on words too.
Chris Pressey
4 years ago
-
Initial attempt at 16-bit compare. Not super well tested yet.
Chris Pressey
4 years ago
-
More tests for "for" loops.
Chris Pressey
4 years ago
-
Add another test for `for`. There's another one I want to add too.
Chris Pressey
4 years ago
-
Convert all tests to new syntax.
Chris Pressey
4 years ago
-
Convert remainder of routine declarations in this file.
Chris Pressey
4 years ago
-
Many, many define main routine, define foo routine, etc.
Chris Pressey
4 years ago
-
Merge branch 'develop-0.17' into remove-legacy-syntax
Chris Pressey
4 years ago
-
Forward-reference resolution becomes increasingly general.
Chris Pressey
4 years ago
-
Removing support for it is one thing, updating all tests another.
Chris Pressey
4 years ago
-
Confirm constraint on `save`ing `a`.
Chris Pressey
4 years ago
-
Begin introducing shortcut syntax for nested `save`s.
Chris Pressey
4 years ago
-
Explicitly sort the chains by their content, for stable sort.
Chris Pressey
4 years ago
-
Fix whitespace (but not sorting) issue in --dump-fallthru-info.
Chris Pressey
4 years ago
-
--output cmdline argument, serialize() returns an array of bytes.
Chris Pressey
4 years ago
-
Reduce number of errors under Python 3 another smidge.
Chris Pressey
4 years ago
-
Fix test which is misleading due to the way the appliance works.
Chris Pressey
5 years ago
-
Correct some text in the test suite.
Chris Pressey
5 years ago
-
Add three tests. One fails when it shouldn't.
Chris Pressey
5 years ago
-
Add failing tests for gotos inside runtime-context-making blocks.
Chris Pressey
5 years ago
-
Support save'ing user-defined locations.
Chris Pressey
5 years ago
-
Compile code for saving a, x, or y on the stack.
Chris Pressey
5 years ago