Tree @master (Download .tar.gz)
History of
src
/
samovar
@master
git clone https://git.catseye.tc/Samovar/
- Make the lexical scanner massively less inefficient. 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
- 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
- Rewrite in a less hacky way but actually with more hackiness. Chris Pressey 6 years ago
- Add failing test. Chris Pressey 6 years ago
- Call a words a words. Chris Pressey 6 years ago
- Add test for more complex case; bring scanner back closer to home. Chris Pressey 6 years ago
- Join some sentence parts. Chris Pressey 6 years ago
- Assume problem to be in the re-assembly, not the scanning. Chris Pressey 6 years ago
- Attempt to fix the test. It's close, but not quite there. Chris Pressey 6 years ago
- This should result in a small efficiency gain. Chris Pressey 6 years ago
- Better debugging (at least, for now.) Chris Pressey 6 years ago
- Add verbose option. Chris Pressey 6 years ago
- Add several options. Chris Pressey 6 years ago
- Some debugging outpu Chris Pressey 6 years ago
- Variables can only bind to a term that hasn't already been bound to. Chris Pressey 6 years ago
- Reset the state every time we retry the scenario to meet the goal. Chris Pressey 6 years ago
- Python 3 support seems complete (CAVEAT: random hash differently!) Chris Pressey 6 years ago
- Inch towards Python 3 compatibility. 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
- Map Greek letters to their ASCII equivalents. Chris Pressey 6 years ago
- "demo novel" Chris Pressey 6 years ago
- Generate until events meet goal. Chris Pressey 6 years ago
- Output events to JSON. Chris Pressey 6 years ago