Skip to content
Snippets Groups Projects
  1. Nov 20, 2010
    • Adam Wardynski's avatar
      Put definitions for constants for Nowhere, End, Begin. · 81a2b5a8
      Adam Wardynski authored
      My relative position tests wouldn't compile in GCC where I used Position::Nowhere for comparison. Apparently according to standard TC1, section 9.4.2, paragraph 4, if you want to use integral static const in a program, you still have to define it even if there's initializer in the declaration.
      81a2b5a8
    • Adam Wardynski's avatar
      Operator returning Position relative to given position. · 0e5a316a
      Adam Wardynski authored
      RelativePosition operator, represented by "+" in WCCL (at least initially). Returns Nowhere for Nowhere, or a Position shifted by given offset to the position given (Begin and End are first translated into normal Positions).
      0e5a316a
  2. Nov 19, 2010
  3. Nov 18, 2010
  4. Nov 17, 2010
  5. Nov 16, 2010
  6. Nov 15, 2010
  7. Nov 13, 2010
  8. Nov 11, 2010
  9. Nov 10, 2010