Tree @develop-0.18 (Download .tar.gz)
History of
src
@develop-0.18
git clone https://git.catseye.tc/SixtyPical/
- Merge pull request #18 from catseye/more-modes-on-add-and-sub Chris Pressey (commit: GitHub) 3 years ago
- Support more modes on `add` and `sub`. Chris Pressey 3 years ago
- Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into inconsistent-initialization Chris Pressey 3 years ago
- Add example test program for cmp-against-literal-word. Fix it. Chris Pressey 3 years ago
- `cmp` can compare against a literal word. Chris Pressey 3 years ago
- Restore the debugging (which should be rethought, anyway). Chris Pressey 3 years ago
- Drop the check for "consistent initialization" inside `if` blocks. Chris Pressey 3 years ago
- `inc` and `dec` on a known range usually keeps it known, now. Chris Pressey 3 years ago
- Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into goto-at-end-of-block Chris Pressey 3 years ago
- All tests pass again -- but this needs lots more tests please. Chris Pressey 3 years ago
- Introduce yet another new error. Chris Pressey 3 years ago
- Better name for this error. Chris Pressey 3 years ago
- Collect exit contexts. Disturbs fallthru analysis, but otherwise? Chris Pressey 3 years ago
- Begin working out what happens when you encounter a goto. Chris Pressey 3 years ago
- Looks like, when we "goto", we should "pull in" the constraints. Chris Pressey 3 years ago
- `goto` is no longer restricted to appearing in tail position. Chris Pressey 3 years ago
- Merge branch 'develop-0.18' into goto-at-end-of-block Chris Pressey 3 years ago
- `goto` may only occur at the end of a block. Chris Pressey 3 years ago
- Fix order of operands in word-sized `cmp`. Chris Pressey 3 years ago
- If add and sub can work on words, then cmp can work on words too. Chris Pressey 3 years ago
- Initial attempt at 16-bit compare. Not super well tested yet. Chris Pressey 3 years ago
- Make lexer greatly less inefficient on large source files. Chris Pressey 3 years ago
- Merge branch 'develop-0.17' into remove-legacy-syntax Chris Pressey 3 years ago
- locexpr() always returns a ForwardReference if it can't lookup it. Chris Pressey 3 years ago
- backpatch_constraint_labels can resolve ForwardReferences. Chris Pressey 3 years ago
- Distinct symbol resolution phase (as a method on parser.) Chris Pressey 3 years ago
- Simply always produce ForwardReferences in locexpr(forward=True). Chris Pressey 3 years ago
- Even more general. Chris Pressey 3 years ago
- Forward-reference resolution becomes increasingly general. Chris Pressey 3 years ago
- Generalize forward reference resolution a smidge. Chris Pressey 3 years ago