Tree @develop-0.17 (Download .tar.gz)
Commit History
@develop-0.17
git clone https://git.catseye.tc/SixtyPical/
- These notes have been incorporated in the loadngo.sh script. Chris Pressey 4 years ago
- More tests for "for" loops. Chris Pressey 4 years ago
- Add another test for `for`. There's another one I want to add too. Chris Pressey 4 years ago
- Small documentation updates. Chris Pressey 4 years ago
- More conversion. I think that's the last of it. Chris Pressey 4 years ago
- More conversion. Chris Pressey 4 years ago
- More conversion. Chris Pressey 4 years ago
- Partial conversion of example programs. Chris Pressey 4 years ago
- Convert all tests to new syntax. Chris Pressey 4 years ago
- Convert remainder of routine declarations in this file. Chris Pressey 4 years ago
- Many, many define main routine, define foo routine, etc. Chris Pressey 4 years ago
- Merge branch 'develop-0.17' into remove-legacy-syntax Chris Pressey 4 years ago
- Update TODO Chris Pressey 4 years ago
- game_state_routines pass through player_died; saves a few bytes. Chris Pressey 4 years ago
- Change global instead of returning with carry set. Chris Pressey 4 years ago
- Update TODO and HISTORY. Chris Pressey 4 years ago
- locexpr() always returns a ForwardReference if it can't lookup it. Chris Pressey 4 years ago
- backpatch_constraint_labels can resolve ForwardReferences. Chris Pressey 4 years ago
- Distinct symbol resolution phase (as a method on parser.) Chris Pressey 4 years ago
- Simply always produce ForwardReferences in locexpr(forward=True). Chris Pressey 4 years ago
- Even more general. Chris Pressey 4 years ago
- Forward-reference resolution becomes increasingly general. Chris Pressey 4 years ago
- Generalize forward reference resolution a smidge. Chris Pressey 4 years ago
- Resolve forward references more explicitly. Chris Pressey 4 years ago
- Removing support for it is one thing, updating all tests another. Chris Pressey 4 years ago
- Another conversion away from self.context.fetch to self.declare. Chris Pressey 4 years ago
- Begin refactoring how the ParsingContext is used by the Parser. Chris Pressey 4 years ago
- Confirm constraint on `save`ing `a`. Chris Pressey 4 years ago
- Support `save X, Y, Z {}` as a shortcut syntax for nested `save`s. Chris Pressey 4 years ago
- Begin introducing shortcut syntax for nested `save`s. Chris Pressey 4 years ago