| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-25 | Update Pratt parser | bculkin2442 | |
| 2017-03-25 | General cleanup | bculkin2442 | |
| 2017-03-24 | Update Pratt Parser | bjculkin | |
| 2017-03-24 | Update Pratt Parser | bjculkin | |
| 2017-03-24 | Update Pratt parser | student | |
| 2017-03-24 | Update Pratt parser. | bjculkin | |
| 2017-03-24 | Implement Pratt parser. | bjculkin | |
| 2017-03-20 | Add sample scripts for the DelimSplitter test | bjculkin | |
| One script recognizes HTML tags without attributes or tag omission. The other recognizes JSON files. | |||
| 2017-03-20 | Update delimiter/splitter example | bjculkin | |
| 2017-03-20 | Update delim/splitter example | bjculkin | |
| 2017-03-20 | Move openers into groups, not global | bjculkin | |
| 2017-03-19 | Fix subgroups. | bjculkin | |
| This fixes subgroups, by mostly rewriting the way the delimiter works. | |||
| 2017-03-18 | Attempt to get subgroups working | bjculkin | |
| 2017-03-17 | Add abbreviation map. | bjculkin | |
| An abbreviation map allows you to figure out which of the possible strings in a given set could be abbreviated by a particular string. | |||
| 2017-03-17 | Move parsing utilities. | bjculkin | |
| Moved the parsing utilities SequenceDelimiter and TokenSplitter to the parserutils package, instead of the funcutils package. | |||
| 2017-03-17 | Generalize SequenceDelimiter. | bjculkin | |
| Made SequenceDelimiter work for arbitrary sequences of objects. Use the StringDelimiter class for ease of use on strings. | |||
| 2017-03-16 | Add sequence delimitation. | bjculkin | |
| Essentially, this allows you to convert flat strings to trees that match the delimiter structure of that flat string. | |||
| 2017-03-14 | Formatting | bculkin2442 | |
| 2017-03-14 | Cleanup | EVE | |
| 2017-03-13 | Formatting | EVE | |
| 2017-02-27 | Package reorganization | bjculkin | |
| 2017-02-26 | Example formatting | bculkin2442 | |
| 2017-02-09 | Update | bculkin2442 | |
| 2016-10-03 | Minor reorganization | bculkin2442 | |
| 2016-09-28 | Formatting pass | bculkin2442 | |
| 2016-08-28 | Tossed attempt at subrule-supported parser | bculkin2442 | |
| Also, renamed some tests | |||
| 2016-07-28 | Format/Cleanup pass | bculkin2442 | |
| 2016-05-10 | General update | bculkin2442 | |
| 2016-04-22 | Formatting changes | bculkin2442 | |
| 2016-04-22 | Formatting changes | bculkin2442 | |
| 2016-04-18 | Minor code changes | bculkin2442 | |
| 2016-04-13 | Fixed examples using trees | bculkin2442 | |
| 2016-04-13 | Implemented new tree abstraction | bculkin2442 | |
| 2016-04-08 | Switch functional data to use interfaces | bculkin2442 | |
| 2016-03-31 | More code maintenance | bculkin2442 | |
| 2016-03-30 | Moved interface back to the package it belongs in | bculkin2442 | |
| 2016-03-28 | Moved dice things to seperate project | bculkin2442 | |
| 2016-03-27 | Mild formatting tweaks | bculkin2442 | |
| 2016-03-22 | General formatting changes | bculkin2442 | |
| 2016-03-22 | General formatting cleanup and documentation update | bculkin2442 | |
| 2016-03-22 | Ensured Dice AST worked correctly | bculkin2442 | |
| 2016-03-21 | Polished up work on AST-based dice | bculkin2442 | |
| 2016-03-21 | New example for AST-based dice things | bculkin2442 | |
| 2016-03-18 | General changes to the dice package | bculkin2442 | |
| The biggest change is the addition of variables and assignment | |||
| 2016-03-18 | Categorized examples | bculkin2442 | |
| 2016-03-18 | Added examples for both the shunter and the tree builder | bculkin2442 | |
| 2016-03-18 | Moved exceptions to their own package | bculkin2442 | |
| 2016-03-16 | Moved dice parser test to example directories | bculkin2442 | |
| Also made internal pair data holder protected. | |||
| 2015-09-29 | Moved around tree stuff. | bculkin2442 | |
| 2015-09-29 | Added description for examples and added utility method to tokenizer. | bculkin2442 | |
| It's now easier to use the tokenizer in the simpe case I usually use it for. | |||
