- Aug 04, 2011
-
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
- Jul 18, 2011
-
-
Adam Radziszewski authored
-
- Jun 28, 2011
-
-
ilor authored
-
- Jun 20, 2011
-
-
ilor authored
-
- Jun 10, 2011
-
-
Bartosz Broda authored
-
- Jun 09, 2011
- Jun 06, 2011
-
-
ilor authored
-
- Jun 02, 2011
-
-
ilor authored
-
- Jun 01, 2011
-
-
Adam Radziszewski authored
-
- May 23, 2011
-
-
Adam Radziszewski authored
-
- May 09, 2011
-
-
Adam Wardynski authored
It would create one only if top-level parse_match_operator parser rule had been used. Now it creates it within match_rule_operator parser rule, so it works for parse_wccl_file as well.
-
Adam Wardynski authored
-
ilor authored
-
Adam Wardynski authored
Allows for application of all rules on an annotated sequence via apply_all method.
-
Adam Wardynski authored
-
- May 06, 2011
-
-
Adam Wardynski authored
It was returning Position based off absolute position, which was no good for operators like orth[first(M)] working in changing sentence contexts.
-
Adam Wardynski authored
This reflects the fact that positions stored in matches are absolute positions, while Position type is used in the language as position relative to current position in the sentence context. So mixing the two was confusing at the very least. This also actually fits the most recent version of spec, which no longer mentions Position, either.
-
Adam Radziszewski authored
-
- May 05, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
ilor authored
-
Adam Wardynski authored
-
ilor authored
-
ilor authored
-
- May 04, 2011
-
-
Adam Wardynski authored
It didn't like passing reference to something that could be treated as a value.
-
Adam Wardynski authored
Variables is noncopyable but default copy constructor was apparently working in VS.
-
Adam Wardynski authored
Each subsequent rule was reusing variables object, which wasn't good. Parsing of sequences had to be changed not to end with semi, and it wasn't actually passing on lexicons in the first place.
-
- Apr 29, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-