- Nov 18, 2010
-
-
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
-
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.
-
- Nov 17, 2010
-
-
Adam Wardynski authored
Functions operate on it now instead of on just SentenceContext. It's open to additions in future. Main purpose atm is to hold Variables as well as SentenceContext. Done some cleanup in code too. Updated tests to reflect the FunExecContext change as well.
-
- Nov 15, 2010
-
-
ilor authored
Change StrSet::is_subset_of to correctly handle empty sets, add some comments Add Tset::insert_symbol Add tests for new functions Bump required corpus2 version to 0.1.2 due to a fixed bug there
-
- Nov 13, 2010
-
-
Adam Wardynski authored
-
- Nov 11, 2010
-
-
Adam Wardyński authored
-
- Nov 10, 2010
-
-
Adam Wardyński authored
-
Adam Wardyński authored
-
Adam Wardyński authored
-
Adam Wardyński authored
-
- Nov 09, 2010
-
-
Adam Wardyński authored
Conditional operators realised as if..then..else expression and operator "? val ? pred" with some tests for StrSet specialization
-
Adam Wardyński authored
-
- Nov 08, 2010
- Nov 04, 2010
-
-
Adam Wardyński authored
-
Adam Wardyński authored
-
Adam Wardyński authored
-
Adam Wardyński authored
-
Adam Wardyński authored
-
ilor authored
-
- Nov 03, 2010
- Oct 30, 2010
-
-
ilor authored
-