aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-03Support variablesDavid Neto
TODO: more tests
2017-05-03Remove the concept of a part constraintDavid Neto
That's handled at a higher level by making a full regex for the check line.
2017-05-03Support regexpDavid Neto
In a pattern, a regexp is delimited by {{ and }}
2017-05-03Add fixed string prefix matchDavid Neto
Move the prefix/substring contraint from the matches call to a property of the string property itself.
2017-05-03Add Part::MakePart as a factoryDavid Neto
2017-05-03Say how to turn off RE2 testing entirelyDavid Neto
Depends on using a recent copy of RE2. See https://github.com/google/re2/issues/138
2017-04-21Add syntax highlighting to code exampleDavid Neto
2017-04-21Update blurb: Effcee has few dependenciesDavid Neto
2017-04-12Initial commit of EffceeDavid Neto