Skip to content
Snippets Groups Projects
  • 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
grammar.g 75.17 KiB