- Nov 28, 2010
-
-
Adam Wardynski authored
-
- Nov 26, 2010
-
-
Adam Wardynski authored
For example, it can now be used in Conditional, which is done as well.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Nov 21, 2010
-
-
Adam Wardynski authored
Some other refactoring too, some augmented comments etc.
-
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
-