Tree @develop-0.17 (Download .tar.gz)
History of
tests
/
SixtyPical Analysis.md
@develop-0.17
git clone https://git.catseye.tc/SixtyPical/
- 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 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
- Forward-reference resolution becomes increasingly general. 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
- --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
- 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
- Saving anything except `a` trashes `a`. Chris Pressey 5 years ago
- Another passing test which is a little surprising. Chris Pressey 5 years ago
- Add two simple tests for save. Surprisingly, they both pass. Chris Pressey 5 years ago
- First cut at implementing `save`. Only the most basic tests though. Chris Pressey 5 years ago
- Analyze reads and updates of tables. Chris Pressey 5 years ago
- Able to parse, but not yet able to analyze, other table accesses. Chris Pressey 5 years ago
- Support for `shl foo` and `shr foo` where `foo` is a byte storage. Chris Pressey 5 years ago
- Support for `copy [ptra]+y, [ptrb]+y` to indirect LDA indirect STA Chris Pressey 5 years ago
- The existing analysis is actually sufficient. Document why this is. Chris Pressey 5 years ago
- Work out routine-vector type compatibility, w/ one failing test. Chris Pressey 5 years ago
- Add some failing tests for looping on the `n` flag. Chris Pressey 5 years ago
- Support of NOP opcode. Chris Pressey 5 years ago
- Add three more tests. Ensure they pass. Chris Pressey 5 years ago
- Make tests pass. Add two more tests towards completeness of spec. Chris Pressey 5 years ago
- Rudimentarily document `for`; add failing test cases for it. Chris Pressey 5 years ago
- Two seperate words looks better. Chris Pressey 5 years ago
- Tests for the `downto` variant too. Chris Pressey 5 years ago