| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-24 | Add a possible solution to :Spacing? | Benjamin J. Culkin | |
| 2017-10-11 | Source cleanup | Benjamin J. Culkin | |
| 2017-10-04 | Minor updates | 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-04-07 | Adjust to Utils reorg | bjculkin | |
| 2017-03-29 | Partially implement where blocks | student | |
| 2017-03-27 | Update | bculkin2442 | |
| 2017-03-26 | Update | bculkin2442 | |
| 2017-03-25 | General cleanup | bculkin2442 | |
| Removes the old grammar stuff. | |||
| 2017-03-22 | Reimplement more old features | bjculkin | |
| 2017-03-22 | Work on implementing variables | student | |
| 2017-03-22 | Update | bjculkin | |
| This adds suffixing | |||
| 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-20 | Work more on parser | bjculkin | |
| This does more work on the parser, including moving from the old LineReader/Scanner combo to BlockReader. It includes more syntax checking, but still doesn't actually do anything. With some dummy methods in RGrammarBuilder, should be able to see if the basic file parser is working correctly. Where blocks and their syntax still need to implemented, and actual pragma implementations need to be provided. | |||
| 2017-03-18 | More work on new parser | bjculkin | |
| 2017-03-17 | Continue work on new parser. | bculkin2442 | |
| Continued work on the new parser. new-syntax.txt is a description of the parser grammar in itself. | |||
| 2017-03-17 | Move things around, and start on new parser. | student | |
