Tree @6dbce20 (Download .tar.gz)
Commit History
@6dbce205d15e34e9297560019ee2de9eb6ea7bab
git clone https://git.catseye.tc/SixtyPical/
- `goto` is no longer restricted to appearing in tail position. Chris Pressey 3 years ago
- Small step towards the goal of this branch. Chris Pressey 3 years ago
- Merge branch 'develop-0.18' into goto-at-end-of-block Chris Pressey 3 years ago
- `goto` may only occur at the end of a block. Chris Pressey 3 years ago
- Note what's on this development branch so far. Chris Pressey 3 years ago
- Make lexer greatly less inefficient on large source files. Chris Pressey 3 years ago
- Merge pull request #14 from catseye/develop-0.17 Chris Pressey (commit: GitHub) 3 years ago
- These notes have been incorporated in the loadngo.sh script. Chris Pressey 3 years ago
- More tests for "for" loops. Chris Pressey 3 years ago
- Add another test for `for`. There's another one I want to add too. Chris Pressey 3 years ago
- Small documentation updates. Chris Pressey 3 years ago
- More conversion. I think that's the last of it. Chris Pressey 3 years ago
- More conversion. Chris Pressey 3 years ago
- More conversion. Chris Pressey 3 years ago
- Partial conversion of example programs. Chris Pressey 3 years ago
- Convert all tests to new syntax. Chris Pressey 3 years ago
- Convert remainder of routine declarations in this file. Chris Pressey 3 years ago
- Many, many define main routine, define foo routine, etc. Chris Pressey 3 years ago
- Merge branch 'develop-0.17' into remove-legacy-syntax Chris Pressey 3 years ago
- Update TODO Chris Pressey 3 years ago
- game_state_routines pass through player_died; saves a few bytes. Chris Pressey 3 years ago
- Change global instead of returning with carry set. Chris Pressey 3 years ago
- Update TODO and HISTORY. Chris Pressey 3 years ago
- locexpr() always returns a ForwardReference if it can't lookup it. Chris Pressey 3 years ago
- backpatch_constraint_labels can resolve ForwardReferences. Chris Pressey 3 years ago
- Distinct symbol resolution phase (as a method on parser.) Chris Pressey 3 years ago
- Simply always produce ForwardReferences in locexpr(forward=True). Chris Pressey 3 years ago
- Even more general. Chris Pressey 3 years ago
- Forward-reference resolution becomes increasingly general. Chris Pressey 3 years ago
- Generalize forward reference resolution a smidge. Chris Pressey 3 years ago