Tree @master (Download .tar.gz)
History of
src
@master
git clone https://git.catseye.tc/Fountain/
- Proofreading. Chris Pressey 29 days ago
- Add copyright and SPDX license header to new source file. Chris Pressey 29 days ago
- `--fuel-factor` requires that `--convert-loops` has also been given. Chris Pressey 29 days ago
- Fix bug in fuel gain implementation. Write proper fuel tests. Chris Pressey 30 days ago
- Clean up fuel implementation. Chris Pressey 30 days ago
- Allow initial fuel amount to be specified on command line. Chris Pressey a month ago
- Style and diction. Chris Pressey a month ago
- Track fuel usage during generation. Chris Pressey a month ago
- Track fuel usage during parsing. Chris Pressey a month ago
- Thread fuel usage through parser and generator. Chris Pressey a month ago
- Begin stubbing out support for fuel tracking. Chris Pressey a month ago
- Make preprocessing more purpose-sensitive. All tests pass now! Chris Pressey a month ago
- Take account of `IsGenerating` in constraints during recursion. Chris Pressey a month ago
- Collect variables used in loop, build params list for recursion. Chris Pressey a month ago
- A slight, but real, improvement to the logic. Chris Pressey 2 months ago
- Improve history, usage message, nascent loop conversion logic. Chris Pressey 2 months ago
- Add --convert-loops flag to trigger the pre-processing of loops. Chris Pressey 3 months ago
- Merge branch 'develop-0.7' into convert-loops-to-recursion Chris Pressey 7 months ago
- Fix version output. Chris Pressey 7 months ago
- Split version history off into its own file. Chris Pressey 7 months ago
- Tests for constraints during lookahead assertions. Chris Pressey 7 months ago
- Add `generating` constraint. Chris Pressey 7 months ago
- Implement applyParseConstraint with Lookahead constraint. Chris Pressey 7 months ago
- Handle lookahead constraints (structurally; still to fill in.) Chris Pressey 7 months ago
- Add syntax for lookahead assertion. Chris Pressey 7 months ago
- Parameterize Constraint with Expr for use with Lookahead. Chris Pressey 7 months ago
- Merge branch 'develop-0.6' into convert-loops-to-recursion Chris Pressey 7 months ago
- Better pretty-printing of stores, other small cleanups. Chris Pressey 7 months ago
- Make parser and generator more similar to each other, again. Chris Pressey 7 months ago
- Radical refactor to remove the Lookahead constraint. Chris Pressey 7 months ago