summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java
AgeCommit message (Collapse)Author
2016-02-29Factored interface out of Pairbculkin2442
2016-02-29Refactored Pair interfacebculkin2442
Pair now has a proper functional interface
2016-02-29Factored interface out of GenHolderbculkin2442
2016-02-29Changed interface of GenHolderbculkin2442
GenHolder now has a proper interface with no public fields
2016-02-21Added parser for rule-based config files.bculkin2442
Also, minor changes to FST
2016-02-21Some refactoring and commentingbculkin2442
2016-02-21Added new control and some commentingbculkin2442
2016-02-21Commenting of various things and minor refactoringbculkin2442
2016-02-21Commenting of various thingsbculkin2442
2016-02-21Commenting of various thingsbculkin2442
2016-02-21Some refactoring of other packagesbculkin2442
2016-02-21Revamping of the way dice workbculkin2442
2016-01-26Updates to various things, and addition of a graph class.bculkin2442
2016-01-26Added shunting-yard algorithmbculkin2442
2016-01-26Added dice rollerbculkin2442
2015-10-22Work on a map with functional utilities.bculkin2442
For now, just a wrapping of a map.
2015-09-29Moved around tree stuff.bculkin2442
2015-09-29Added 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.
2015-09-29Added random grammar support.bculkin2442
Import of library code from version 1 finished. Now for more library code and examples on library usage.
2015-09-29GUI stuff.bculkin2442
Almost finished with imports from version one.
2015-09-29More data structure work.bculkin2442
Yet more imports from previous version.
2015-09-28Basic data structure code.bculkin2442
Still importing things from the old project.