1. 03 Jul, 2021 1 commit
    • initial pass improving decl parsing error messages · 6ee558b6
      - all decl tokens are given an accurate starting position
      - key grammar productions return token positions to facilitate the above
      - helpers for standardized parse error generation
      - replaced annoying pattern-matching type argument restrictions
      - moving away from dumping raw decl tokens in error messages
      Zachary Snow committed