Tree @master (Download .tar.gz)
History of
HISTORY.md
@master
git clone https://git.catseye.tc/SixtyPical/
- Arrange license info in repo to follow REUSE 3.0 convention. Chris Pressey 1 year, 2 months ago
- Update HISTORY for this minor revision. Chris Pressey 2 years ago
- Add architecture-dependent "joy2delta.60p" to "standard library". Chris Pressey 5 years ago
- Establish an `include` directory and `--include-path` option. Chris Pressey 5 years ago
- Implement tail-call optimization. Chris Pressey 5 years ago
- Better generation of code at tail of routines. 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
- Update HISTORY. 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
- Replace --run option with terser --run-on option. Chris Pressey 6 years ago
- Declare that --run replaces loadngo.sh, and remove the latter. Chris Pressey 6 years ago
- More edits to docs. Chris Pressey 6 years ago
- Update docs. Chris Pressey 6 years ago
- Checkpoint import of changes for version 0.19. Chris Pressey 6 years ago
- Merge pull request #18 from catseye/more-modes-on-add-and-sub Chris Pressey (commit: GitHub) 6 years ago
- Support more modes on `add` and `sub`. Chris Pressey 6 years ago
- Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into inconsistent-initialization Chris Pressey 6 years ago
- `cmp` can compare against a literal word. Chris Pressey 6 years ago
- Drop the check for "consistent initialization" inside `if` blocks. Chris Pressey 6 years ago
- Note what we've done with the example programs. Chris Pressey 6 years ago
- `inc` and `dec` on a known range usually keeps it known, now. Chris Pressey 6 years ago
- Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into goto-at-end-of-block Chris Pressey 6 years ago
- `goto` is no longer restricted to appearing in tail position. Chris Pressey 6 years ago
- Small step towards the goal of this branch. Chris Pressey 6 years ago
- If add and sub can work on words, then cmp can work on words too. Chris Pressey 6 years ago
- Notes on `compare`. Chris Pressey 6 years ago