- May 07, 2012
-
-
Adam Radziszewski authored
fix match token-level condition: immediately terminate and return empty match result when curr pos is outside sent
-
- Sep 26, 2011
-
-
Adam Radziszewski authored
-
- Jun 28, 2011
-
-
ilor authored
-
- 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.
-
- Apr 04, 2011
-
-
Adam Wardynski authored
-
- 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
-