Tree @master (Download .tar.gz)
History of
src
/
Language
@master
git clone https://git.catseye.tc/Fountain/
- Flatten Alt's during preprocessing. Chris Pressey 1 year, 7 months ago
- Flatten Seq's during parsing. Chris Pressey 1 year, 7 months ago
- Check that all choices on the Alt have a precondition. Chris Pressey 1 year, 7 months ago
- Fix the tests by normalizing the AST to remove singleton Alts. Chris Pressey 1 year, 7 months ago
- Extract preconditions of Alt choices during generation. Chris Pressey 1 year, 7 months ago
- Variables on RHS of greater-than and less-than constraints. Chris Pressey 2 years ago
- Inc and dec by a variable. Chris Pressey 2 years ago
- Introduce simple expressions in constraints. Partially done. Chris Pressey 2 years ago
- Fix comment and EOF parsing problems. Chris Pressey 2 years ago
- Support negative integer literals. Chris Pressey 2 years ago
- Allow params to be provided on command line when parsing too. Chris Pressey 2 years ago
- Add numeric syntax for arbitrary character terminals. Chris Pressey 2 years ago
- Introduce a syntax for comments. Chris Pressey 2 years ago
- Also implement parameter parsing during generation. Chris Pressey 2 years ago
- Simplify by using a helper function residing in Store module. Chris Pressey 2 years ago
- Gonna try rewriting the descent sequence using a helper function. Chris Pressey 2 years ago
- Reduce indentation. Chris Pressey 2 years ago
- Allow bound parameters to be passed back up to the "caller". Chris Pressey 2 years ago
- Reconcile the stores on the way back up. Chris Pressey 2 years ago
- Halfway to an awkward and gross implementation of unification! Chris Pressey 2 years ago
- We won't need this dynamic scope thing, thankfully. Chris Pressey 2 years ago
- Record actuals on instances of nonterminals in productions. Chris Pressey 2 years ago
- Start moving from locals to params. Chris Pressey 2 years ago
- Merge branch 'develop-0.2' into local-scopes Chris Pressey 2 years ago
- Remove `arb`. Note why it was removed in the history section. Chris Pressey 2 years ago
- Checkpoint. This is going in the wrong direction. Needs rethink. Chris Pressey 2 years ago
- Parse locals. Needs tests. Chris Pressey 2 years ago
- fetch cascades; pushScope, popScope. Chris Pressey 2 years ago
- Step towards having local scopes. Chris Pressey 2 years ago
- Implement <, >, and add example showing why locals would be nice. Chris Pressey 2 years ago