History of
src
@master
git clone https://git.catseye.tc/Fountain/
-
Apply REUSE 3.0 convention to licensing info in the repository.
Chris Pressey
1 year, 2 months ago
-
For now the only non-integer type values are string-type values.
Chris Pressey
1 year, 2 months ago
-
More (and more consistent) use of record syntax in Generator.
Chris Pressey
1 year, 2 months ago
-
Use record syntax for better readability. (Checkpoint).
Chris Pressey
1 year, 2 months ago
-
Factor Either pattern out of GenState.
Chris Pressey
1 year, 2 months ago
-
Factor out a conventional Either pattern.
Chris Pressey
1 year, 2 months ago
-
Along with nondeterministic backtracking, also have deterministic.
Chris Pressey
1 year, 2 months ago
-
Refactor for better naming.
Chris Pressey
1 year, 2 months ago
-
Refactor (and un-polymorphicize) in order to pass expected tests.
Chris Pressey
1 year, 2 months ago
-
Single-quoted strings for term atoms for now.
Chris Pressey
1 year, 2 months ago
-
Simplify parser too.
Chris Pressey
1 year, 2 months ago
-
No need for seperate UnifyVar and UnifyConst now.
Chris Pressey
1 year, 2 months ago
-
Begin expanding UnifyConst to consts other than integers.
Chris Pressey
1 year, 2 months ago
-
Introduce term values and refactor grammar.
Chris Pressey
1 year, 2 months ago
-
Support random choice of alternatives.
Chris Pressey
1 year, 2 months ago
-
Carry around a StdGen in the Generating state. Implement shuffle.
Chris Pressey
1 year, 2 months ago
-
Carry a random seed along in the Generating state.
Chris Pressey
1 year, 2 months ago
-
Don't make it an instance of Num, it's too silly. "Deltaable".
Chris Pressey
1 year, 2 months ago
-
Store no longer depends on Value or Loader.
Chris Pressey
1 year, 2 months ago
-
A little bit more polymorphic.
Chris Pressey
1 year, 2 months ago
-
CExpr is polymorphic now too! Egads.
Chris Pressey
1 year, 2 months ago
-
Make Constraint polymorphic also.
Chris Pressey
1 year, 2 months ago
-
CExprs are tied to Values instead of integers.
Chris Pressey
1 year, 2 months ago
-
Make Store store Values.
Chris Pressey
1 year, 2 months ago
-
Tiny step: make Store polymorphic.
Chris Pressey
1 year, 2 months ago
-
Update some comments.
Chris Pressey
1 year, 5 months ago
-
Restore backtracking generation, but explain its limitations.
Chris Pressey
1 year, 5 months ago
-
Disable backtracking in generate. Remove or qualify related tests.
Chris Pressey
1 year, 5 months ago
-
Alter insides of loop generation to make it more correct I think.
Chris Pressey
1 year, 5 months ago
-
Add tracing facility to the Store. Need to rethink some things.
Chris Pressey
1 year, 5 months ago