Tree @master (Download .tar.gz)
History of
doc
@master
git clone https://git.catseye.tc/Samovar/
- Replace `--randomness-type` with `--deterministic`. Chris Pressey 2 years ago
- Use "but only if shell command succeeds", ditch test appliances. Chris Pressey 2 years ago
- Checkpoint Chris Pressey 2 years ago
- Select test appliances based on presence of Python implementations. Chris Pressey 3 years ago
- Sort the database of facts before accumulating matches on it. Chris Pressey 3 years ago
- Strange. Python 3 output is nondeterministic even when no random. Chris Pressey 3 years ago
- Test under both Python 2 and Python 3. Will need investigation. Chris Pressey 3 years ago
- A variable in a `where` may appear in the text and consequences. Chris Pressey 5 years ago
- Statically check no unbound variables in text nor consequences. Chris Pressey 5 years ago
- Statically check that consequences of a rule has no `where` clause. Chris Pressey 5 years ago
- Multiple bindings in `where` clause may be seperated by commas. Chris Pressey 5 years ago
- Add more examples to test/document the variable-binding behaviour. Chris Pressey 5 years ago
- Test that ?_ cannot be used in text or consequences of a rule. Chris Pressey 5 years ago
- "wildcard" variable ?_ matches anything, *without* binding it. Chris Pressey 5 years ago
- Add failing test for the non-capturing wildcard. Chris Pressey 5 years ago
- Add pre-binding in Cond production (syntax and failing test.) Chris Pressey 6 years ago
- Improve tests. Chris Pressey 6 years ago
- Add test for more complex case; bring scanner back closer to home. Chris Pressey 6 years ago
- Add failing test. Chris Pressey 6 years ago
- Python 3 support seems complete (CAVEAT: random hash differently!) Chris Pressey 6 years ago
- Fix regex and note that it can begin with an underscore. Chris Pressey 6 years ago
- Allow digits and hyphens in atoms. Link to Samovar.md in README. Chris Pressey 6 years ago
- Apparently it already does support comments. Chris Pressey 6 years ago
- --events => --min-events, fix some bugs, add demo novel formatter. Chris Pressey 6 years ago
- Generate until events meet goal. Chris Pressey 6 years ago
- Output events to JSON. Chris Pressey 6 years ago
- Beginnings of JSON output of events; needs to be structured. Chris Pressey 6 years ago
- Merge branch 'develop-0.2' of https://github.com/catseye/Samovar into propositions-query Chris Pressey 6 years ago
- Use match_all to find all matches in the database. Seems to work. Chris Pressey 6 years ago
- Generator simulates all and only the scenarios that have a goal. Chris Pressey 6 years ago