- Nov 28, 2010
-
-
Adam Wardynski authored
This is how they do it on the web, really. It works as expected and matches any flavor of newline (Win, Unix, Mac) despite the ambiguity that "\n\r" can be matched by two subrules, in the end it will be properly matched just by one rule. Also, grammar can be k=2 for lexer.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Nov 26, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
For example, it can now be used in Conditional, which is done as well.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Radziszewski authored
-
- Nov 25, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
Introducing base abstract class FunctionalOperator and template Operator<T> for a functional operator returning given type of Value. Assortment of copy methods and apply methods.
-
Adam Wardynski authored
Intended as a base class for library-user-level operators and rules. Allows manipulation of Variables via get, set. Intoduces cloning support.
-
Adam Wardynski authored
Doesn't hurt and can help.
-
Paweł Kędzia authored
-
ilor authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
ilor authored
-
ilor authored
-
ilor authored
-
ilor authored
-
ilor authored
-
ilor authored
-
- Nov 24, 2010
-
-
Paweł Kędzia authored
-
ilor authored
-
- Nov 22, 2010
-
-
Paweł Kędzia authored
Several operators has been implemented (and fixed), but still is many "non deterministics" parser warnings.
-
Paweł Kędzia authored
-
ilor authored
-
Paweł Kędzia authored
-
- Nov 21, 2010
-
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Adam Wardynski authored
Some other refactoring too, some augmented comments etc.
-