- Apr 19, 2011
-
-
Adam Wardynski authored
MatchVector, AnnotationMatch, TokenMatch are now MatchData MatchData is value_type of Match which now has get_value/set_value Match has also copy construction working properly now Default value for Match holds MatchVector so adding $m:_M var in grammar works as intended.
-
- Mar 18, 2011
-
-
Adam Wardynski authored
MatchResult - change constructor so when you provide Match it defaults to matched = true. TokenCondition - be a bit defensive about possibility of inner predicates changing $_
-
- Mar 11, 2011
-
-
Adam Wardynski authored
It's a tuple boolean/Match Value - "is it matched?"/"actual match"
-