- Feb 01, 2011
-
-
Paweł Kędzia authored
-
eliasz authored
-
- Jan 31, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Jan 13, 2011
-
-
Adam Wardynski authored
So such lexemes are always left in the end.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Jan 12, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Jan 11, 2011
-
-
Adam Wardynski authored
Intentionally left implicit.
-
Adam Wardynski authored
-
Adam Wardynski authored
Rule - user-level class encapsulating WCCL rule. Action - internal class for Rule's actions ActionExecContext - helper class for execution of actions.
-
Adam Wardynski authored
-
- Dec 17, 2010
-
-
Paweł Kędzia authored
-
- Dec 14, 2010
-
-
ilor authored
-
- Dec 13, 2010
-
-
ilor authored
-
- Dec 10, 2010
-
-
Adam Wardynski authored
That forced antlr to run every time. The workaround is to remove the output directory so files are generated from clean slate, thus have proper time stamps.
-
Adam Wardynski authored
-
Adam Wardynski authored
It is coherent now with the SentenceContext::is_inside(int abs_pos) - SentenceContext::is_inside(Position pos) is added, while Position::is_inside(SentenceContext) is removed
-
Adam Wardynski authored
I.E. empty sentence shouldn't be passed anyway and that is what Operator class is checking for. But otherwise, at the level of operator, it can deal with a sentence that has current pos outside of boundaries.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Adam Wardynski authored
Previously it would mandate agreement was met on all categories in a tag with enough categories, if such tag was found. Now it checks for agreement only on the number of categories that actually match, including the case of zero categories matching (the latter does meet the weak agreement).
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
- Dec 09, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
Clearer and better performing version, also more likely to actually work as expected :)
-
Adam Wardynski authored
-
Adam Wardynski authored
-