- Nov 25, 2010
- 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
Conflicts: libwccl/parser/grammar.g
-
ilor authored
-
Paweł Kędzia authored
-
- Nov 21, 2010
-
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Adam Wardynski authored
Some other refactoring too, some augmented comments etc.
-
Adam Wardynski authored
This is to accomodate rules in future, and repurpose "Operator" to be a library api-level class for users of the library, for parsed functional operators.
-
Adam Wardynski authored
It's a change from if x then y else z, which wasn't exactly proper anyway without parentheses.
-
- Nov 20, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
So tools like valgrind don't get too excited that there's still reachable but not freed memory.
-
Adam Wardynski authored
My relative position tests wouldn't compile in GCC where I used Position::Nowhere for comparison. Apparently according to standard TC1, section 9.4.2, paragraph 4, if you want to use integral static const in a program, you still have to define it even if there's initializer in the declaration.
-
Adam Wardynski authored
RelativePosition operator, represented by "+" in WCCL (at least initially). Returns Nowhere for Nowhere, or a Position shifted by given offset to the position given (Begin and End are first translated into normal Positions).
-
- Nov 19, 2010
-
-
Adam Wardynski authored
The Equals<T> now uses helper class EqualityComparer<T> and distinction is in the helper class specialisation.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Paweł Kędzia authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
Checks wether Position is_inside, is_outside, or equals to other Position given the SentenceContext.
-
Adam Wardynski authored
-
- Nov 18, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
It's the "setvar($V, blabla)" operator that sets $V to blabla and always returns True.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
Somewhat nicer to use and guards against static init order fiasco.
-
Adam Wardynski authored
It is used wherever in WCCL variable is seen in read-only context, i.e. outside of operators that are setting its value like setvar.
-
Adam Wardynski authored
-