History of
src
/
Language
@master
git clone https://git.catseye.tc/Fountain/
-
Single-quoted strings for term atoms for now.
Chris Pressey
10 months ago
-
Simplify parser too.
Chris Pressey
10 months ago
-
No need for seperate UnifyVar and UnifyConst now.
Chris Pressey
10 months ago
-
Begin expanding UnifyConst to consts other than integers.
Chris Pressey
10 months ago
-
Introduce term values and refactor grammar.
Chris Pressey
10 months ago
-
Support random choice of alternatives.
Chris Pressey
10 months ago
-
Carry around a StdGen in the Generating state. Implement shuffle.
Chris Pressey
10 months ago
-
Carry a random seed along in the Generating state.
Chris Pressey
10 months ago
-
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
-
Update some comments.
Chris Pressey
1 year, 1 month ago
-
Restore backtracking generation, but explain its limitations.
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