Tree @538365f (Download .tar.gz)
Commit History
@538365f1e199140ccf729238a45e1c6da95d49a3
git clone https://git.catseye.tc/SixtyPical/
- Add one more test case, to demonstrate that it's not just output. Chris Pressey 4 years ago
- Restore the debugging (which should be rethought, anyway). Chris Pressey 4 years ago
- Drop the check for "consistent initialization" inside `if` blocks. Chris Pressey 4 years ago
- Note what we've done with the example programs. Chris Pressey 4 years ago
- Add local load'n'go script. Fill in what each is expected to write. Chris Pressey 4 years ago
- Move towards greater platform-agnosticism in these examples. Chris Pressey 4 years ago
- `inc` and `dec` on a known range usually keeps it known, now. Chris Pressey 4 years ago
- Small reorganization of example programs. Chris Pressey 4 years ago
- Merge pull request #16 from catseye/goto-at-end-of-block Chris Pressey (commit: GitHub) 4 years ago
- Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into goto-at-end-of-block Chris Pressey 4 years ago
- Merge pull request #15 from catseye/16-bit-compare Chris Pressey (commit: GitHub) 4 years ago
- Add more tests. Chris Pressey 4 years ago
- Improve tests. Chris Pressey 4 years ago
- All tests pass again -- but this needs lots more tests please. Chris Pressey 4 years ago
- Introduce yet another new error. Chris Pressey 4 years ago
- Better name for this error. Chris Pressey 4 years ago
- Collect exit contexts. Disturbs fallthru analysis, but otherwise? Chris Pressey 4 years ago
- Begin working out what happens when you encounter a goto. Chris Pressey 4 years ago
- Looks like, when we "goto", we should "pull in" the constraints. 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
- Small step towards the goal of this branch. Chris Pressey 4 years ago
- Merge branch 'develop-0.18' into goto-at-end-of-block 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
- Add another example. Even more convincing that the order is wrong. Chris Pressey 4 years ago
- Add example program that suggests we've got the arguments backwards. 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
- Notes on `compare`. Chris Pressey 4 years ago
- Merge branch 'develop-0.18' into 16-bit-compare Chris Pressey 4 years ago