Skip to content
Snippets Groups Projects
  1. Nov 30, 2010
    • Adam Wardynski's avatar
      Equality of Positions in context based on abs value. · 79245c30
      Adam Wardynski authored
      It is more intuitive that way, e.g. equal(2,3) is never true, equal(3,3) is always true.
      Nowhere is only equal to Nowhere, and Begin or End are equal to nonspecial positions
      depending on current position in the sentence context.
      79245c30
  2. 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
  3. Nov 19, 2010
  4. Nov 08, 2010
  5. Nov 03, 2010
  6. Oct 30, 2010