- 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
-
- Nov 18, 2010
-
-
Adam Wardynski authored
Somewhat nicer to use and guards against static init order fiasco.
-
- 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 16, 2010
-
-
Adam Wardynski authored
-
- Nov 10, 2010
-
-
Adam Wardyński authored
-
- Nov 09, 2010
-
-
Adam Wardyński authored
Adding specialization of Equals for positions, as they logically need to take into account actual sentence context for full comparison.
-
- Nov 08, 2010
-
-
Adam Wardyński authored
-