Commit History
@75c9d2ea8649f5f9f9862f1a286da63a0501c390
git clone https://git.catseye.tc/Samovar/
- 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
- Merge pull request #11 from catseye/develop-0.3 Chris Pressey (commit: GitHub) 6 years ago
- A variable in a `where` may appear in the text and consequences. Chris Pressey 6 years ago
- Amendment to HISTORY file. Chris Pressey 6 years ago
- Statically check no unbound variables in text nor consequences. Chris Pressey 6 years ago
- Update HISTORY. Chris Pressey 6 years ago
- Remove two TODO items that I think we've determined aren't useful. Chris Pressey 6 years ago
- Statically check that consequences of a rule has no `where` clause. Chris Pressey 6 years ago
- Multiple bindings in `where` clause may be seperated by commas. Chris Pressey 6 years ago
- Add more examples to test/document the variable-binding behaviour. Chris Pressey 6 years ago
- Test that ?_ cannot be used in text or consequences of a rule. Chris Pressey 6 years ago
- Update README, HISTORY. Chris Pressey 6 years ago
- "wildcard" variable ?_ matches anything, *without* binding it. Chris Pressey 6 years ago
- Add failing test for the non-capturing wildcard. Chris Pressey 6 years ago
- Make the lexical scanner massively less inefficient. Chris Pressey 6 years ago
- Merge pull request #9 from catseye/develop-0.2 Chris Pressey (commit: GitHub) 6 years ago
- Add HISTORY file. Chris Pressey 6 years ago
- pyflakes cleanup. Chris Pressey 6 years ago
- namedtuples can have methods. Chris Pressey 6 years ago
- Import rule_to_json() Chris Pressey 6 years ago
- namedtuple experiment. Chris Pressey 6 years ago
- Some TODO notes Chris Pressey 6 years ago
- Merge branch 'pre-binding' into develop-0.2 Chris Pressey 6 years ago
- Merge branch 'develop-0.2' of https://github.com/catseye/Samovar into develop-0.2 Chris Pressey 6 years ago
- Implement it, making test pass. Chris Pressey 6 years ago
- Add pre-binding in Cond production (syntax and failing test.) Chris Pressey 6 years ago
- Add another test. Chris Pressey 6 years ago
- Merge pull request #8 from catseye/whats-with-quotes Chris Pressey (commit: GitHub) 6 years ago