| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-30 | Moved IPrecedent into the only package that uses it | bculkin2442 | |
| 2016-03-30 | Adjusted shunting yard for multiple nesting levels. | bculkin2442 | |
| Basically, you can now repeat a parenthesis to make new nesting levels. For example, while ( still matches with ), (( will now only match with )), so you have as many levels of nesting as you want, and won't get confused about which closing paren matches which opening one | |||
| 2016-03-27 | Mild formatting tweaks | bculkin2442 | |
| 2016-03-27 | Modified tree constructor to support "special" operators | bculkin2442 | |
| The use case this was created for was to support unary operators, but it should support operators of any arities, as well some basic meta operations. I can't think of any obvious ones off the top of my head but the potential is there. | |||
| 2016-03-27 | Made a couple of private methods protected | bculkin2442 | |
| 2016-03-22 | General formatting changes | bculkin2442 | |
| 2016-03-22 | General formatting cleanup and documentation update | bculkin2442 | |
| 2016-03-22 | Fixed bug in AST traversal | bculkin2442 | |
| 2016-03-21 | Minor polishing of things | bculkin2442 | |
| 2016-03-21 | Cleaned up imports | bculkin2442 | |
| 2016-03-18 | Trimmed some unnecessary imports | bculkin2442 | |
| 2016-03-18 | Added a thing to build ASTs from shunted (postfix) expressions | bculkin2442 | |
| 2016-03-18 | Added simple implementation of an AST | bculkin2442 | |
| 2016-03-18 | Moved exceptions to their own package | bculkin2442 | |
| 2016-02-29 | General code cleanup | bculkin2442 | |
| 2016-02-21 | Added parser for rule-based config files. | bculkin2442 | |
| Also, minor changes to FST | |||
| 2016-02-21 | Some refactoring and commenting | bculkin2442 | |
| 2016-01-26 | Added shunting-yard algorithm | bculkin2442 | |
