summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/parserutils/TreeConstructor.java
AgeCommit message (Collapse)Author
2017-10-08Start splitting into maven modulesBenjamin J. Culkin
2017-09-09UpdateBenjamin J. Culkin
Most of it is documentation changes. The rest is more work on BlockReaders, as well as a simple command language for configuring them.
2017-04-10Cleanupbculkin2442
2017-04-07Cleanupbjculkin
2017-03-14CleanupEVE
2017-03-13FormattingEVE
2017-02-09Updatebculkin2442
2016-11-10Doc updatesbculkin2442
2016-10-03Minor reorganizationbculkin2442
2016-09-28Formatting passbculkin2442
2016-07-28Format/Cleanup passbculkin2442
2016-05-10General updatebculkin2442
2016-04-25General code cleanup, and some more GUI controlsbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-18Minor code changesbculkin2442
2016-04-17Code maintenace and changesbculkin2442
2016-04-13Fixed examples using treesbculkin2442
2016-04-13Implemented new tree abstractionbculkin2442
2016-04-11Work on restructing data.bculkin2442
2016-04-11Added new method to pairs and holdersbculkin2442
2016-04-08Switch functional data to use interfacesbculkin2442
2016-04-03Code maintenance and changesbculkin2442
2016-04-03General code refactoring and maintenancebculkin2442
2016-03-31More code maintenancebculkin2442
2016-03-27Modified tree constructor to support "special" operatorsbculkin2442
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-22General formatting cleanup and documentation updatebculkin2442
2016-03-21Minor polishing of thingsbculkin2442
2016-03-18Added a thing to build ASTs from shunted (postfix) expressionsbculkin2442