| Age | Commit message (Collapse) | Author |
|
Essentially, this allows you to convert flat strings to trees that match
the delimiter structure of that flat string.
|
|
|
|
It wasn't working well with regexes. I'll do fixed length
strings instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
More and better ways to manipulate strings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The main change is that they won't handle tokens that consist only
of the operator.
|
|
|
|
|
|
|
|
|
|
|
|
GenHolder now has a proper interface with no public fields
|