Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/SixtyPical/
- Update copyright dates. Chris Pressey 6 years ago
- Make the demo game compilable again. Chris Pressey 6 years ago
- Confirm that AND clips the range and INC/DEC invalidate it. Chris Pressey 6 years ago
- The exception object now contains an AST node, renders name. Chris Pressey 6 years ago
- Update notes. Chris Pressey 6 years ago
- Show line numbers in static analysis errors (clumsily.) Chris Pressey 6 years ago
- Syntax errors have line numbers in them now. Chris Pressey 6 years ago
- Refine the AST classes even more. Chris Pressey 6 years ago
- Re-organize the example programs. Chris Pressey 6 years ago
- Flatten more. Chris Pressey 6 years ago
- Attempt to flatten the code for generating code for `copy`. Chris Pressey 6 years ago
- Label the various cases for compiling a `copy` instruction. Chris Pressey 6 years ago
- Start trying to clean up the code for compiling `copy`. Chris Pressey 6 years ago
- Refs have indexes. Instructions do not. Chris Pressey 6 years ago
- Tighten structure of AST more. Chris Pressey 6 years ago
- Make AST more structured (borrowed from ALPACA.) Chris Pressey 6 years ago
- Fix error message. Chris Pressey 6 years ago
- I can no longer see a reason to require that it is a power of two. Chris Pressey 6 years ago
- Add notes for `for`-like loop. Chris Pressey 6 years ago
- Make tests pass. Chris Pressey 6 years ago
- Add some more tests (failing currently). Chris Pressey 6 years ago
- Documentation/notes changes for the 0.13 branch. Chris Pressey 6 years ago
- Implement Context.copy_range(), ranges for constants. Progress! Chris Pressey 6 years ago
- Some headway on context.assert_in_range(). Chris Pressey 6 years ago
- Get and set top of range of a location. Make AND do this to A reg. Chris Pressey 6 years ago
- Check for table size (in parser, thus tests are for syntax.) Chris Pressey 6 years ago
- Add some initial failing tests. Chris Pressey 6 years ago
- Associate a range with each meaningful storage location in context. Chris Pressey 6 years ago
- Merge pull request #8 from catseye/develop-0.12 Chris Pressey (commit: GitHub) 6 years ago
- Don't fudge the name of IndexRefs; dig in to find the ref's name. Chris Pressey 6 years ago