Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/SixtyPical/
- More edits to docs. Chris Pressey 5 years ago
- Clean up ArgumentParser usage message, add --version argument. Chris Pressey 5 years ago
- Update docs. Chris Pressey 5 years ago
- The Type and Ref class hierarchies are now namedtuples. Chris Pressey 5 years ago
- Store type information in SymbolTable shared across phases. Chris Pressey 5 years ago
- Refactor to avoid storing LocationRefs in SymEntry. Chris Pressey 5 years ago
- Distinct AST nodes for call and goto instructions. Chris Pressey 5 years ago
- Include more info in --dump-exit-contexts. Chris Pressey 5 years ago
- Checkpoint import of changes for version 0.19. Chris Pressey 5 years ago
- Merge pull request #19 from catseye/develop-0.18 Chris Pressey (commit: GitHub) 5 years ago
- Extract utility routine to "support/stdlib.60p" source. Chris Pressey 5 years ago
- Final (for now) cleanup of the example sources. Chris Pressey 5 years ago
- Merge pull request #18 from catseye/more-modes-on-add-and-sub Chris Pressey (commit: GitHub) 5 years ago
- Merge pull request #17 from catseye/inconsistent-initialization Chris Pressey (commit: GitHub) 5 years ago
- Support more modes on `add` and `sub`. Chris Pressey 5 years ago
- Add failing tests for `add` and `sub` on locations other than `a`. Chris Pressey 5 years ago
- Merge branch 'develop-0.18' of https://github.com/catseye/SixtyPical into inconsistent-initialization Chris Pressey 5 years ago
- Expand example with code that will likely become library support. Chris Pressey 5 years ago
- Make word-table print YY. Chris Pressey 5 years ago
- Add example test program for cmp-against-literal-word. Fix it. Chris Pressey 5 years ago
- `cmp` can compare against a literal word. Chris Pressey 5 years ago
- Add one more test case, to demonstrate that it's not just output. Chris Pressey 5 years ago
- Restore the debugging (which should be rethought, anyway). Chris Pressey 5 years ago
- Drop the check for "consistent initialization" inside `if` blocks. Chris Pressey 5 years ago
- Note what we've done with the example programs. Chris Pressey 5 years ago
- Add local load'n'go script. Fill in what each is expected to write. Chris Pressey 5 years ago
- Move towards greater platform-agnosticism in these examples. Chris Pressey 5 years ago
- `inc` and `dec` on a known range usually keeps it known, now. Chris Pressey 5 years ago
- Small reorganization of example programs. Chris Pressey 5 years ago
- Merge pull request #16 from catseye/goto-at-end-of-block Chris Pressey (commit: GitHub) 5 years ago