Tree @master (Download .tar.gz)
History of
src
/
sixtypical
@master
git clone https://git.catseye.tc/SixtyPical/
- Syntax for "open-faced for loop". 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
- 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
- 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
- Make tests pass. Chris Pressey 7 years ago
- Implement Context.copy_range(), ranges for constants. Progress! Chris Pressey 7 years ago
- Some headway on context.assert_in_range(). Chris Pressey 7 years ago
- Get and set top of range of a location. Make AND do this to A reg. Chris Pressey 7 years ago
- Check for table size (in parser, thus tests are for syntax.) Chris Pressey 7 years ago
- Associate a range with each meaningful storage location in context. Chris Pressey 7 years ago
- Don't fudge the name of IndexRefs; dig in to find the ref's name. Chris Pressey 7 years ago
- Remove need for `forward` keyword in forward reference in `copy`. Chris Pressey 7 years ago
- Remove the need for parens in `vector (routine ...) table` type. Chris Pressey 7 years ago
- More statics in demo game. Chris Pressey 7 years ago
- Compile static storage location access. Chris Pressey 7 years ago
- Inch toward compiling statics. Chris Pressey 7 years ago
- Move compiler towards being able to compile access to statics. Chris Pressey 7 years ago
- Statics are always writeable. Statics are always meaningful. Chris Pressey 7 years ago
- Ability to parse static definitions and look them up. Chris Pressey 7 years ago