History of
src
/
Language
@master
git clone https://git.catseye.tc/Fountain/
-
Variables on RHS of greater-than and less-than constraints.
Chris Pressey
1 year, 5 months ago
-
Inc and dec by a variable.
Chris Pressey
1 year, 5 months ago
-
Introduce simple expressions in constraints. Partially done.
Chris Pressey
1 year, 5 months ago
-
Fix comment and EOF parsing problems.
Chris Pressey
1 year, 5 months ago
-
Support negative integer literals.
Chris Pressey
1 year, 5 months ago
-
Allow params to be provided on command line when parsing too.
Chris Pressey
1 year, 5 months ago
-
Add numeric syntax for arbitrary character terminals.
Chris Pressey
1 year, 5 months ago
-
Introduce a syntax for comments.
Chris Pressey
1 year, 6 months ago
-
Also implement parameter parsing during generation.
Chris Pressey
1 year, 6 months ago
-
Simplify by using a helper function residing in Store module.
Chris Pressey
1 year, 6 months ago
-
Gonna try rewriting the descent sequence using a helper function.
Chris Pressey
1 year, 6 months ago
-
Reduce indentation.
Chris Pressey
1 year, 6 months ago
-
Allow bound parameters to be passed back up to the "caller".
Chris Pressey
1 year, 6 months ago
-
Reconcile the stores on the way back up.
Chris Pressey
1 year, 6 months ago
-
Halfway to an awkward and gross implementation of unification!
Chris Pressey
1 year, 6 months ago
-
We won't need this dynamic scope thing, thankfully.
Chris Pressey
1 year, 6 months ago
-
Record actuals on instances of nonterminals in productions.
Chris Pressey
1 year, 6 months ago
-
Start moving from locals to params.
Chris Pressey
1 year, 6 months ago
-
Merge branch 'develop-0.2' into local-scopes
Chris Pressey
1 year, 6 months ago
-
Remove `arb`. Note why it was removed in the history section.
Chris Pressey
1 year, 6 months ago
-
Checkpoint. This is going in the wrong direction. Needs rethink.
Chris Pressey
1 year, 6 months ago
-
Parse locals. Needs tests.
Chris Pressey
1 year, 6 months ago
-
fetch cascades; pushScope, popScope.
Chris Pressey
1 year, 6 months ago
-
Step towards having local scopes.
Chris Pressey
1 year, 6 months ago
-
Implement <, >, and add example showing why locals would be nice.
Chris Pressey
1 year, 6 months ago
-
Another step towards multi-character terminals.
Chris Pressey
1 year, 6 months ago
-
Step towards multi-character terminals.
Chris Pressey
1 year, 6 months ago
-
Split off implementation tests from language tests. Shuffle docs.
Chris Pressey
1 year, 6 months ago
-
Allow params to be supplied on command line. Tests for same.
Chris Pressey
1 year, 6 months ago
-
Another step towards parsing initial values from the cmdline.
Chris Pressey
1 year, 6 months ago