- Dec 02, 2010
-
-
Adam Wardynski authored
-
- Nov 30, 2010
-
-
ilor authored
-
ilor authored
Add the tagset-symbol-getter operator (GetSymbols), bump required Corpus2 version to 1.0.2 since new features are needed.
-
ilor authored
-
Adam Wardynski authored
-
- Nov 29, 2010
-
-
Adam Wardynski authored
-
Paweł Kędzia authored
-
ilor authored
-
ilor authored
-
Paweł Kędzia authored
-
- Nov 28, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Nov 26, 2010
-
-
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
-
- 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.
-
ilor authored
-
- Nov 22, 2010
-
-
ilor authored
-
Paweł Kędzia authored
-
- Nov 21, 2010
-
-
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
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
-
- 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
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
Generally we want to avoid accidental change of value of a constant or of a variable. Originally I'd copy value on access, but this changed it so a const Value is returned instead and copy is done only when it's needed.
-