summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/everge/ControlledString.java
AgeCommit message (Collapse)Author
2019-12-07Setpoint after fixing an issuebculkin2442
Fixed an issue, after a while away Get to a known state
2019-07-02Convert to using ControlledStringbculkin2442
All of the places that parse controls now use ControlledString instead of doing their own stuff. -\(o-o)/-
2019-07-01Pull out control parsingbculkin2442
2019-06-25Add parsing support to ControlledStringbculkin2442
ControlledString now has support for parsing out control strings. Need to come up with something so that ReplPair can use it as is, instead of having its own implementation; plus, there are a few other interesting things I can think of that could be added to ControlledString * named arguments to controls is one * multiple named arguments * store controls in controlled string by name instead of as ordinals
2019-06-24Part I of factoring out controlsbculkin2442
This is part one of factoring out controls and control parsing so that we aren't doing it in three different places. Two main things before this is done: 1. Finish up the parsing in ControlledString 2. Actually replace the old implementations in ReplPair