- Nov 21, 2010
-
-
Adam Wardynski authored
It's a change from if x then y else z, which wasn't exactly proper anyway without parentheses.
-
- 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 10, 2010
-
-
Adam Wardyński authored
-
Adam Wardyński authored
-
Adam Wardyński authored
Making the default for "value-if-false" parameter to be a static, initialized on demand, member of Conditional.
-
- 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
-