Skip to content
Snippets Groups Projects
  1. Jun 05, 2012
  2. Apr 30, 2012
  3. Sep 16, 2011
  4. Sep 15, 2011
  5. Sep 08, 2011
  6. Sep 07, 2011
  7. Jun 28, 2011
  8. Jun 09, 2011
  9. May 09, 2011
  10. May 06, 2011
    • Adam Wardynski's avatar
      Change Position in Match data to be directly an int. · 6264ff5a
      Adam Wardynski authored
      This reflects the fact that positions stored in matches are
      absolute positions, while Position type is used in the
      language as position relative to current position in the
      sentence context. So mixing the two was confusing at the very least.
      This also actually fits the most recent version of spec,
      which no longer mentions Position, either.
      6264ff5a
  11. May 05, 2011
  12. May 04, 2011
  13. Apr 29, 2011
  14. Apr 27, 2011
  15. Apr 26, 2011
  16. Apr 25, 2011
    • Adam Wardynski's avatar
      ParsingScope to pass around parser rules. · 195bff88
      Adam Wardynski authored
      Sort of a comeback of an old idea. It's either this,
      or adding a third parameter soon for lexicons.
      I went with this as this makes it easier to add yet
      another thing to toss around, if such need ever arises.
      195bff88
  17. Apr 22, 2011
  18. Apr 21, 2011