summaryrefslogtreecommitdiff
path: root/clformat/src/test/java/bjc/utils
AgeCommit message (Collapse)Author
2020-04-07Remove utils.esodataBen Culkin
utils.esodata now also lives in the esodata project; not here
2020-01-17Tweak testsbculkin2442
2020-01-17Minor updates and suchbculkin2442
2020-01-06General warning cleanupbculkin2442
Just clean up of some warnings/other misc. problems
2020-01-04Begin refactoring of group decree parsingbculkin2442
This begins the refactoring of how 'group' decrees (like ~{, and ~[) are parsed. This commit contains the infrastructure for doing so, but none of the actual group decrees have been changed yet to use it.
2019-10-12Swap tests to using compilation.bculkin2442
Tests now the compilation feature, so that is being tested thoroughly. Now to get to going through and switching all the directives that use strings to use CLStrings instead
2019-08-14Implement compilation of RecursionDirectiveBenjamin J. Culkin
2019-07-26Refactor directive handlingBenjamin J. Culkin
Refactored the tokenizer to pass back tokens which have the data stored on them, significantly cutting down on the amount of parsing/reparsing of directives we are doing. Also, it makes the over-arching goal of allowing compilation easier
2019-07-25minor tweaksBenjamin J. Culkin
2019-07-24Fix up case printing a bitBenjamin J. Culkin
2019-04-22Fixed comb. of `@` mod and 4-param ~A dir.Benjamin J. Culkin
Fixed the combination of the `@` mod and the 4-parameter form of the ~A directive. Previously, this would add an excessive amount of padding to the output. Also added some test cases for this, and fixed another similar padding bug.
2018-12-06Begin conversion to iteratorBenjamin J. Culkin
2018-10-28Import organizationbculkin2442
2018-09-16Move CL format to submoduleBenjamin J. Culkin