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
  2. 02 Jul, 2021 2 commits
  3. 30 Jun, 2021 2 commits
  4. 28 Jun, 2021 1 commit
  5. 25 Jun, 2021 4 commits
  6. 24 Jun, 2021 1 commit
  7. 21 Jun, 2021 2 commits
  8. 20 Jun, 2021 1 commit
  9. 19 Jun, 2021 2 commits
  10. 17 Jun, 2021 3 commits
  11. 15 Jun, 2021 2 commits
  12. 08 Jun, 2021 1 commit
  13. 05 Jun, 2021 1 commit
  14. 04 Jun, 2021 3 commits
  15. 03 Jun, 2021 1 commit
  16. 02 Jun, 2021 1 commit
  17. 01 Jun, 2021 1 commit
  18. 31 May, 2021 4 commits
  19. 30 May, 2021 3 commits
  20. 29 May, 2021 1 commit
    • improved handling of string parameters · 7ffea36d
      - variable-size string parameter conversion restricted to modules which
        depend on the size of the string parameter
      - string localparams are typed as appropriately sized vectors
      - remove ordered parameter binding logic from string param conversion
      Zachary Snow committed
  21. 26 May, 2021 1 commit
  22. 25 May, 2021 1 commit
  23. 23 May, 2021 1 commit