Tree @master (Download .tar.gz)
Commit History
@master
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 5 years ago
- Merge pull request #15 from catseye/16-bit-compare Chris Pressey (commit: GitHub) 5 years ago
- Add more tests. Chris Pressey 5 years ago
- Improve tests. Chris Pressey 5 years ago
- All tests pass again -- but this needs lots more tests please. Chris Pressey 5 years ago
- Introduce yet another new error. Chris Pressey 5 years ago
- Better name for this error. Chris Pressey 5 years ago
- Collect exit contexts. Disturbs fallthru analysis, but otherwise? Chris Pressey 5 years ago
- Begin working out what happens when you encounter a goto. Chris Pressey 5 years ago
- Looks like, when we "goto", we should "pull in" the constraints. Chris Pressey 5 years ago
- Add failing test. Chris Pressey 5 years ago
- `goto` is no longer restricted to appearing in tail position. Chris Pressey 5 years ago
- Small step towards the goal of this branch. Chris Pressey 5 years ago
- Merge branch 'develop-0.18' into goto-at-end-of-block Chris Pressey 5 years ago
- `goto` may only occur at the end of a block. Chris Pressey 5 years ago
- Fix order of operands in word-sized `cmp`. Chris Pressey 5 years ago
- Add another example. Even more convincing that the order is wrong. Chris Pressey 5 years ago
- Add example program that suggests we've got the arguments backwards. Chris Pressey 5 years ago
- If add and sub can work on words, then cmp can work on words too. Chris Pressey 5 years ago
- Notes on `compare`. Chris Pressey 5 years ago
- Merge branch 'develop-0.18' into 16-bit-compare Chris Pressey 5 years ago
- Note what's on this development branch so far. Chris Pressey 5 years ago
- Initial attempt at 16-bit compare. Not super well tested yet. Chris Pressey 5 years ago
- Make lexer greatly less inefficient on large source files. Chris Pressey 6 years ago
- Merge pull request #14 from catseye/develop-0.17 Chris Pressey (commit: GitHub) 6 years ago
- These notes have been incorporated in the loadngo.sh script. 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
- Small documentation updates. Chris Pressey 6 years ago
- More conversion. I think that's the last of it. Chris Pressey 6 years ago