summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/parserutils
AgeCommit message (Collapse)Author
2020-10-06Add unit tests for definesBen Culkin
Adds unit tests for SimpleDefine and IteratedDefine. This also fixes an issue with IteratedDefine, where once you had consumed a replacer, it was consumed for good; you couldn't use it in the future, even in a different call to apply(). This was fixed through the introduction of a new iterator type from esodata - ResettableIterator. See that project/type for more details on what exactly this does; but suffice to say, it allows to restore our iterator and re-iterate over the same elements on every call to apply.
2020-10-06Info cleanupBen Culkin
2020-04-13Cleanup some latent bugsBen Culkin
Cleanup some latent bugs
2020-04-13Cleanup passBen Culkin
Cleanup pass to uniformize things
2020-04-12Finish esodata extractionBen Culkin
Finished extracting the old version of esodata, and fixed all the local issues
2020-04-07Remove utils.esodataBen Culkin
utils.esodata now also lives in the esodata project; not here
2020-04-07Finish remove utils.dataBen Culkin
utils.data now lives in the esodata project; not in this one
2018-10-28Import organizationbculkin2442
2018-10-25General work on commandsbculkin2442
2018-10-16Testing stuffbculkin2442
2018-10-13General cleanup and documentation.bculkin2442
Cleanup files, and add missing comments in places.
2018-09-17Add more features to ReportWriterBenjamin J. Culkin
This adds both an ability to get the column at which the indent ended, as well as some basic page control.
2018-04-25Add some new classesbjculkin
Import some new classes from an old project
2018-04-18Warning resolutionstudent
2018-04-12Updatebculkin2442
2018-04-07Documentationbculkin2442
2018-03-28Updatebjculkin
2018-03-02Add a factory for token splittersstudent
2018-03-01Format passbjculkin
2018-02-13UpdateBenjamin J. Culkin
2018-02-12Commentingbjculkin
2018-02-12Formatting passbjculkin
2018-02-12Updatebjculkin
2018-02-12Updatebjculkin
2018-02-05Warning cleanupBenjamin Culkin
2017-10-08Start splitting into maven modulesBenjamin J. Culkin