Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Samovar/
- Update documentation. Chris Pressey 2 years ago
- Add experimental depth-first generator. Chris Pressey 2 years ago
- Rename the breadth-first generator. Chris Pressey 2 years ago
- Mere progress is reported at verbosity level 1. Chris Pressey 2 years ago
- Have match() return None if no match (faster than raising.) Chris Pressey 2 years ago
- Don't check for free vars (tho this does not help performance much) Chris Pressey 2 years ago
- Don't re-consider states that we have already considered. Chris Pressey 2 years ago
- Make candidate_rules() a generator. Chris Pressey 2 years ago
- Rules that don't change the state are not worth considering. Chris Pressey 2 years ago
- Replace `--randomness-type` with `--deterministic`. Chris Pressey 2 years ago
- Rename "random" generator to "stochastic" generator. Chris Pressey 2 years ago
- Fix some bugs. The complete generator does indeed seem to work. Chris Pressey 2 years ago
- Make the sketch of the complete generator less rough. Chris Pressey 2 years ago
- Factor common methods into base class. Chris Pressey 2 years ago
- Refactor so generate_events() has same signature in both classes Chris Pressey 2 years ago
- Allow generator to be selected; have both confirm to base interface Chris Pressey 2 years ago
- flake8 (mainly the argparser setup) Chris Pressey 2 years ago
- Add base class for Generators. Chris Pressey 2 years ago
- Add rough sketch of CompleteGenerator. Chris Pressey 2 years ago
- Establish new `generators` sub-package, allowing more kinds of. Chris Pressey 2 years ago
- Add `--unsorted-search` command-line option. Chris Pressey 2 years ago
- Establish a `sorted_search` option when constructing a Database. Chris Pressey 2 years ago
- match_all() is now a method of the Database class. Chris Pressey 2 years ago
- Remove two TODO comments. Chris Pressey 2 years ago
- Update HISTORY file with latest changes in 0.5 so far. Chris Pressey 2 years ago
- Unify `--verbose` and `--debug` options into `--verbosity` level. Chris Pressey 2 years ago
- Remove verboseness from test driver. Chris Pressey 2 years ago
- Use "but only if shell command succeeds", ditch test appliances. Chris Pressey 2 years ago
- Merge branch 'develop-0.5' into falderal-experiment Chris Pressey 2 years ago
- Checkpoint Chris Pressey 2 years ago