summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/everge/ReplPair.java
AgeCommit message (Collapse)Author
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-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
2019-06-24Add some commentsbculkin2442
2019-06-18Lots of frontend workbculkin2442
2019-06-13Rename packagebculkin2442
Things are now in package bjc.everge, not bjc.replpair