History of
tests
/
SixtyPical Analysis.md
@master
git clone https://git.catseye.tc/SixtyPical/
-
Arrange license info in repo to follow REUSE 3.0 convention.
Chris Pressey
1 year, 3 months ago
-
Forbid nested `with interrupts` blocks, and more refactoring.
Chris Pressey
5 years ago
-
Add `reset` instruction; much refactoring.
Chris Pressey
5 years ago
-
Implement local locations that aren't statically initialized.
Chris Pressey
5 years ago
-
Fix bug raising InconsistentExitError, and type-bug in ribos2.60p.
Chris Pressey
6 years ago
-
Checkpoint import of changes for version 0.19.
Chris Pressey
6 years ago
-
Merge pull request #18 from catseye/more-modes-on-add-and-sub
Chris Pressey
(commit: GitHub)
6 years ago
-
Support more modes on `add` and `sub`.
Chris Pressey
6 years ago
-
Add failing tests for `add` and `sub` on locations other than `a`.
Chris Pressey
6 years ago
-
Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into inconsistent-initialization
Chris Pressey
6 years ago
-
`cmp` can compare against a literal word.
Chris Pressey
6 years ago
-
Add one more test case, to demonstrate that it's not just output.
Chris Pressey
6 years ago
-
Drop the check for "consistent initialization" inside `if` blocks.
Chris Pressey
6 years ago
-
`inc` and `dec` on a known range usually keeps it known, now.
Chris Pressey
6 years ago
-
Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into goto-at-end-of-block
Chris Pressey
6 years ago
-
Add more tests.
Chris Pressey
6 years ago
-
Improve tests.
Chris Pressey
6 years ago
-
Collect exit contexts. Disturbs fallthru analysis, but otherwise?
Chris Pressey
6 years ago
-
Add failing test.
Chris Pressey
6 years ago
-
`goto` is no longer restricted to appearing in tail position.
Chris Pressey
6 years ago
-
`goto` may only occur at the end of a block.
Chris Pressey
6 years ago
-
If add and sub can work on words, then cmp can work on words too.
Chris Pressey
6 years ago
-
Initial attempt at 16-bit compare. Not super well tested yet.
Chris Pressey
6 years ago
-
More tests for "for" loops.
Chris Pressey
6 years ago
-
Add another test for `for`. There's another one I want to add too.
Chris Pressey
6 years ago
-
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
-
Forward-reference resolution becomes increasingly general.
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