| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-25 | Add parsing support to ControlledString | bculkin2442 | |
| 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-24 | Part I of factoring out controls | bculkin2442 | |
| 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 | |||
