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