Skip to content
Snippets Groups Projects
  1. Nov 29, 2010
    • ilor's avatar
      Make Position's default value be Nowhere · 6ae8cdbb
      ilor authored
      6ae8cdbb
    • ilor's avatar
      Variables class upgrades: · 5d08af7a
      ilor authored
      * reset_values function to set all Values to their defaul-construct state
      * read-only access to all variables of some type via get_all<T>
      * Variables cloning
      * convenience functions: get_or_throw, get_value
      Value subtypes now contain a value_type typedef and require a const value_type& get_value() const member function.
      5d08af7a
  2. Nov 26, 2010
  3. Nov 24, 2010
  4. Nov 22, 2010
  5. Nov 21, 2010
  6. Nov 20, 2010
  7. Nov 19, 2010
  8. Nov 18, 2010
  9. 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
  10. Nov 15, 2010
    • ilor's avatar
      Implement TSet:: is_subset_of, equals and intersects · 2702b4e1
      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
      2702b4e1
  11. Nov 13, 2010
  12. Nov 11, 2010
  13. Nov 10, 2010
  14. Nov 09, 2010
  15. Nov 08, 2010
  16. Nov 04, 2010
  17. Nov 03, 2010
  18. Oct 30, 2010