| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-27 | Add up-level references to avoid local rules shadowing global ones | Benjamin J. Culkin | |
| 2017-10-27 | Add extraneous space remove for punctuation | Benjamin J. Culkin | |
| 2017-10-24 | Update | Benjamin J. Culkin | |
| 2017-10-24 | Add a possible solution to :Spacing? | Benjamin J. Culkin | |
| 2017-10-11 | Source cleanup | Benjamin J. Culkin | |
| 2017-07-23 | Simplify parser. | Benjamin J. Culkin | |
| The parser no longer uses a modal builder, so grammar blocks could now be done in a parallel manner | |||
| 2017-07-23 | Minor refactors | Benjamin J. Culkin | |
| 2017-07-23 | Formatting | Benjamin J. Culkin | |
| 2017-03-25 | General cleanup | bculkin2442 | |
| Removes the old grammar stuff. | |||
| 2017-03-22 | Fix assorted bugs | bjculkin | |
| 2017-03-22 | Add rule suggestions. | bjculkin | |
| You can now turn on a feature that will suggest possible rules in case you were inconsistent in spelling one. | |||
| 2017-03-22 | Reimplement more old features | bjculkin | |
| 2017-03-22 | Update | bjculkin | |
| This adds suffixing | |||
| 2017-03-21 | Add flat rules. | bjculkin | |
| Flat rules, which are any rules that have the symbol '+' in their name, have all of their spaces replaced with "" to have the effect of directly conjoining a bunch of rules together. | |||
| 2017-03-21 | Add ranges | bjculkin | |
| Ranges can now be used with the syntax [start..end] inline to generate numbers instead of having to create a special rule for them. | |||
| 2017-03-21 | Add formatter | bjculkin | |
| Adds a formatter capable of taking in a parsed grammar and printing it out in a formatted form, capable of being reparsed. | |||
| 2017-03-21 | Add export rules to grammars | bjculkin | |
| 2017-03-21 | Finish basic implementation | bjculkin | |
| This finishes a basic implementation. It now handles literal strings and rule references, allowing it to handle basic grammars. | |||
| 2017-03-18 | More work on new parser | bjculkin | |
| 2017-03-17 | Move things around, and start on new parser. | student | |
