Tree @master (Download .tar.gz)
History of
tests
@master
git clone https://git.catseye.tc/SixtyPical/
- Arrange license info in repo to follow REUSE 3.0 convention. Chris Pressey 9 months ago
- Add `sixtypical-py2.7.md` appliance and have tests pass under 2.7. Chris Pressey 1 year, 8 months ago
- `sixtypical` and `dcc6502-adapter` run under Python 3 by default. Chris Pressey 1 year, 8 months ago
- Implement tail-call optimization. Chris Pressey 5 years ago
- Better generation of code at tail of routines. Chris Pressey 5 years ago
- Make test as intended. It fails atm. Simplify driver code. Chris Pressey 5 years ago
- Implement --prune-unreachable-routines. Chris Pressey 5 years ago
- Callgraph uses reachability. Chris Pressey 5 years ago
- Routines can be declared `preserved`. Chris Pressey 5 years ago
- Expand on the callgraph tests. Chris Pressey 5 years ago
- Fix test, dump format. Chris Pressey 5 years ago
- Start of tests for this. Chris Pressey 5 years ago
- Fix dcc6502-adapter for latest version of tcarmelveilleux/dcc6502. Chris Pressey 5 years 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 5 years ago
- Checkpoint import of changes for version 0.19. Chris Pressey 5 years ago
- Merge pull request #18 from catseye/more-modes-on-add-and-sub Chris Pressey (commit: GitHub) 5 years ago
- Support more modes on `add` and `sub`. Chris Pressey 5 years ago
- Add failing tests for `add` and `sub` on locations other than `a`. Chris Pressey 5 years ago
- Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into inconsistent-initialization Chris Pressey 5 years ago
- Add example test program for cmp-against-literal-word. Fix it. Chris Pressey 5 years ago
- `cmp` can compare against a literal word. Chris Pressey 5 years ago
- Add one more test case, to demonstrate that it's not just output. Chris Pressey 5 years ago
- Drop the check for "consistent initialization" inside `if` blocks. Chris Pressey 5 years ago
- `inc` and `dec` on a known range usually keeps it known, now. Chris Pressey 5 years ago
- Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into goto-at-end-of-block Chris Pressey 5 years ago
- Add more tests. Chris Pressey 5 years ago
- Improve tests. Chris Pressey 5 years ago