Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Fountain/
- Expand at length on the TLA+-like syntax for constraints idea. Chris Pressey 7 months ago
- With parse/gen state, we don't need a "rich" Store anymore. Chris Pressey 7 months ago
- The value type should look something like this. Chris Pressey 7 months ago
- Update TODO items. Chris Pressey 7 months ago
- Merge branch 'master' into develop-0.6 Chris Pressey 7 months ago
- Two more interesting ideas. Chris Pressey 7 months ago
- Merge branch 'master' into develop-0.6 Chris Pressey 7 months ago
- Note an aspirational TODO item. Chris Pressey 7 months ago
- External parameters must be declared on the start symbol. Chris Pressey 7 months ago
- Clarify the status of variable terminals in version 0.5. Chris Pressey 7 months ago
- Enrich the info in REUSE headers. Chris Pressey 7 months ago
- Apply REUSE 3.0 convention to licensing info in the repository. Chris Pressey 10 months ago
- For now the only non-integer type values are string-type values. Chris Pressey 10 months ago
- More (and more consistent) use of record syntax in Generator. Chris Pressey 10 months ago
- Use record syntax for better readability. (Checkpoint). Chris Pressey 10 months ago
- Factor Either pattern out of GenState. Chris Pressey 10 months ago
- Factor out a conventional Either pattern. Chris Pressey 10 months ago
- Along with nondeterministic backtracking, also have deterministic. Chris Pressey 10 months ago
- Add an example similar to the basic example used for Samovar. Chris Pressey 10 months ago
- Refactor for better naming. Chris Pressey 10 months ago
- Refactor (and un-polymorphicize) in order to pass expected tests. Chris Pressey 10 months ago
- 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
- Add some information to history section. 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