Commit History
@master
git clone https://git.catseye.tc/Fountain/
-
Don't make it an instance of Num, it's too silly. "Deltaable".
Chris Pressey
10 months ago
-
Store no longer depends on Value or Loader.
Chris Pressey
10 months ago
-
A little bit more polymorphic.
Chris Pressey
10 months ago
-
CExpr is polymorphic now too! Egads.
Chris Pressey
10 months ago
-
Make Constraint polymorphic also.
Chris Pressey
10 months ago
-
CExprs are tied to Values instead of integers.
Chris Pressey
10 months ago
-
Make Store store Values.
Chris Pressey
10 months ago
-
Tiny step: make Store polymorphic.
Chris Pressey
10 months ago
-
Merge pull request 'develop-0.4' (#1) from develop-0.4 into master
cpressey
1 year, 28 days ago
-
Merge branch 'master' into develop-0.4
Chris Pressey
1 year, 1 month ago
-
Update the design document.
Chris Pressey
1 year, 1 month ago
-
Update some comments.
Chris Pressey
1 year, 1 month ago
-
Restore backtracking generation, but explain its limitations.
Chris Pressey
1 year, 1 month ago
-
Silly me, the `--` to read from stdin was added in 0.2.
Chris Pressey
1 year, 1 month ago
-
Disable backtracking in generate. Remove or qualify related tests.
Chris Pressey
1 year, 1 month ago
-
Alter insides of loop generation to make it more correct I think.
Chris Pressey
1 year, 1 month ago
-
Add tracing facility to the Store. Need to rethink some things.
Chris Pressey
1 year, 1 month ago
-
Not sure what just happened there
Chris Pressey
1 year, 1 month ago
-
Establish `ConstraintStore` module.
Chris Pressey
1 year, 1 month ago
-
Copy, do not move, constraints from after a loop into the loop.
Chris Pressey
1 year, 1 month ago
-
Checkpoint.
Chris Pressey
1 year, 1 month ago
-
Refactor and update comment
Chris Pressey
1 year, 1 month ago
-
Make applyConstraint (in Parser module) less goofy.
Chris Pressey
1 year, 1 month ago
-
Factor out common applyConstraint.
Chris Pressey
1 year, 1 month ago
-
Refactor applyConstraint again.
Chris Pressey
1 year, 1 month ago
-
Small refactor.
Chris Pressey
1 year, 1 month ago
-
We can coalesce constraints for parsing, just not decorate loops.
Chris Pressey
1 year, 1 month ago
-
Separate preprocessing logic for generation and for parsing.
Chris Pressey
1 year, 1 month ago
-
Implement lookahead constraints (from terminals), more tests pass.
Chris Pressey
1 year, 1 month ago
-
Refactor applyConstraint to take an entire State, not just Store.
Chris Pressey
1 year, 1 month ago