Commit History
@master
git clone https://git.catseye.tc/Fountain/
-
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
-
Add a descriptio of how we plan to implement parameter passing.
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
-
Add `--suppress-newline` flag (like the `-n` flag to `echo`).
Chris Pressey
1 year, 6 months ago
-
Split example into two (less interesting) examples.
Chris Pressey
1 year, 6 months ago
-
Implement <, >, and add example showing why locals would be nice.
Chris Pressey
1 year, 6 months ago
-
Add `roundtrip-fountain.sh` script, to test generate-then-parse.
Chris Pressey
1 year, 6 months ago
-
Write section about "Doesn't a CSG do what Fountain does?"
Chris Pressey
1 year, 6 months ago
-
Split these sections off into "Fountain Design Questions".
Chris Pressey
1 year, 6 months ago
-
Add another generation test case.
Chris Pressey
1 year, 6 months ago
-
Support for multi-character terminals in the syntax.
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
-
Add notes about how this differs from a "programming language".
Chris Pressey
1 year, 6 months ago
-
Write down some notes.
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
-
Step towards parsing the initial generation state from cmdline.
Chris Pressey
1 year, 6 months ago
-
Add a paragraph to the README about DCG's.
Chris Pressey
1 year, 6 months ago
-
Show that generation, too, can result in failure.
Chris Pressey
1 year, 6 months ago