Tree @0.13 (Download .tar.gz)
Commit History
@0.13
git clone https://git.catseye.tc/SixtyPical/
- Tweaks to README. Chris Pressey 4 years ago
- Merge pull request #9 from catseye/develop-0.13 Chris Pressey (commit: GitHub) 4 years ago
- This repository hasn't had a Mercurial counterpart for a while. Chris Pressey 4 years ago
- Add screenshot. Chris Pressey 4 years ago
- Try to improve the description in the documentation, and notes. Chris Pressey 4 years ago
- Make loadngo.sh able to handle both C64 (x64) and VIC-20 (xvic). Chris Pressey 4 years ago
- Support different preludes for different archs (c64 and vic20 now.) Chris Pressey 4 years ago
- Use ArgumentParser instead of OptionParser. Chris Pressey 4 years ago
- Expand on what the range-checking includes in this version. Chris Pressey 4 years ago
- Update copyright dates. Chris Pressey 4 years ago
- Make the demo game compilable again. Chris Pressey 4 years ago
- Confirm that AND clips the range and INC/DEC invalidate it. Chris Pressey 4 years ago
- The exception object now contains an AST node, renders name. Chris Pressey 4 years ago
- Update notes. Chris Pressey 4 years ago
- Show line numbers in static analysis errors (clumsily.) Chris Pressey 4 years ago
- Syntax errors have line numbers in them now. Chris Pressey 4 years ago
- Refine the AST classes even more. Chris Pressey 4 years ago
- Re-organize the example programs. Chris Pressey 4 years ago
- Flatten more. Chris Pressey 4 years ago
- Attempt to flatten the code for generating code for `copy`. Chris Pressey 4 years ago
- Label the various cases for compiling a `copy` instruction. Chris Pressey 4 years ago
- Start trying to clean up the code for compiling `copy`. Chris Pressey 4 years ago
- Refs have indexes. Instructions do not. Chris Pressey 4 years ago
- Tighten structure of AST more. Chris Pressey 4 years ago
- Make AST more structured (borrowed from ALPACA.) Chris Pressey 4 years ago
- Fix error message. Chris Pressey 4 years ago
- I can no longer see a reason to require that it is a power of two. Chris Pressey 4 years ago
- Add notes for `for`-like loop. Chris Pressey 4 years ago
- Make tests pass. Chris Pressey 4 years ago
- Add some more tests (failing currently). Chris Pressey 4 years ago