summaryrefslogtreecommitdiff
path: root/clformat/src/test/java/bjc/utils
AgeCommit message (Collapse)Author
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