| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
At the moment, all ReplSet is is a convenient way to wrap around the
interface of ReplPair in a convenient way.
It will probably have some extra functionality in the future, though I
am not sure of the details as of yet.
|
|
|
|
The main bug was that if you started the string with a delimiter, you
would only get an empty string as a result. Turns out endsWith("") is
usually true :-|
Also, added some more tests, and some more early outs to escapeSplit.
|
|
|
|
|
|
|
|
|
|
|
|
Things are now in package bjc.everge, not bjc.replpair
|
|
|
|
|
|
Added another test, this time for staging.
Also added some debugging capabilities.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add LICENSE file for dictating the terms the software is usable under. Apache 2.0, because I don't care that much what you do with it, but I would like to hear about it if you do something with it.
|
|
The rest of the files, for initial upload to github
|
|
|