Tree @0.14 (Download .tar.gz)
History of
src
@0.14
git clone https://git.catseye.tc/SixtyPical/
- Add three more tests. Ensure they pass. Chris Pressey 5 years ago
- Make tests pass. Add two more tests towards completeness of spec. Chris Pressey 5 years ago
- Make compilation tests pass. Chris Pressey 5 years ago
- Almost compile `for` loops correctly. Chris Pressey 5 years ago
- Two seperate words looks better. Chris Pressey 5 years ago
- Analyze the range in the `for` loop. All unit tests pass again. Chris Pressey 5 years ago
- More correct determination of tail position for purposes of `goto`. Chris Pressey 5 years ago
- Small bugfixes and changes. Chris Pressey 5 years ago
- Make the loop variable unwriteable in the body of the "for" loop. Chris Pressey 5 years ago
- Add some failing tests for analyzing "for". Chris Pressey 5 years ago
- Syntax for "open-faced for loop". Chris Pressey 5 years ago
- Confirm that AND clips the range and INC/DEC invalidate it. Chris Pressey 5 years ago
- The exception object now contains an AST node, renders name. Chris Pressey 5 years ago
- Show line numbers in static analysis errors (clumsily.) Chris Pressey 5 years ago
- Syntax errors have line numbers in them now. Chris Pressey 5 years ago
- Refine the AST classes even more. Chris Pressey 5 years ago
- Flatten more. Chris Pressey 5 years ago
- Attempt to flatten the code for generating code for `copy`. Chris Pressey 5 years ago
- Label the various cases for compiling a `copy` instruction. Chris Pressey 5 years ago
- Start trying to clean up the code for compiling `copy`. Chris Pressey 5 years ago
- Refs have indexes. Instructions do not. Chris Pressey 5 years ago
- Tighten structure of AST more. Chris Pressey 5 years ago
- Make AST more structured (borrowed from ALPACA.) Chris Pressey 5 years ago
- Fix error message. Chris Pressey 5 years ago
- I can no longer see a reason to require that it is a power of two. Chris Pressey 5 years ago
- Make tests pass. Chris Pressey 5 years ago
- Implement Context.copy_range(), ranges for constants. Progress! Chris Pressey 5 years ago
- Some headway on context.assert_in_range(). Chris Pressey 5 years ago
- Get and set top of range of a location. Make AND do this to A reg. Chris Pressey 5 years ago
- Check for table size (in parser, thus tests are for syntax.) Chris Pressey 5 years ago