Skip to content
Snippets Groups Projects
  1. Nov 28, 2010
  2. Nov 26, 2010
  3. Nov 21, 2010
  4. Nov 18, 2010
    • Adam Wardynski's avatar
      Const contract on function return Value. · 10144629
      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.
      10144629
  5. Nov 17, 2010
    • Adam Wardynski's avatar
      FunExecContext - Function execution context class. · 753a9d37
      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.
      753a9d37
  6. Nov 15, 2010
  7. Nov 10, 2010
  8. Nov 04, 2010