1. 19 Jun, 2023 1 commit
  2. 17 Jun, 2023 1 commit
  3. 10 May, 2023 1 commit
  4. 07 May, 2023 1 commit
  5. 26 Apr, 2023 1 commit
  6. 24 Dec, 2022 2 commits
  7. 18 Jul, 2022 1 commit
  8. 12 Mar, 2022 1 commit
  9. 10 Dec, 2021 1 commit
  10. 18 Oct, 2021 1 commit
  11. 11 Oct, 2021 1 commit
  12. 08 Oct, 2021 1 commit
  13. 07 Oct, 2021 1 commit
    • preliminary scoped errors with approximate source location · 84edbae5
      - scoped traversals can now raise errors which contain the path of the
        current scope and an approximate source location based on preceding
        trace comments, if available
      - initially, this new error messaging has only been added for the
        illegal size cast checks in the TypeOf and Cast conversions
      - error suite tests can provide a verbose mode expected source location
      Zachary Snow committed
  14. 05 Oct, 2021 1 commit
    • cleanup error suite infrastructure · f061e882
      - error suite runs in both regular and verbose mode
      - add helper for extracting "flags" from test files
      - common assertMatch, assertNotMatch helpers
      - remove unused assertExists helper
      - fix un-escaped wildcard in assert_deferred_nonzero.sv
      Zachary Snow committed
  15. 28 Sep, 2021 1 commit
  16. 07 Sep, 2021 1 commit
  17. 21 Aug, 2021 1 commit
  18. 17 Aug, 2021 1 commit
  19. 16 Aug, 2021 1 commit
  20. 08 Aug, 2021 1 commit
  21. 23 Jul, 2021 1 commit
  22. 09 Jul, 2021 2 commits
  23. 06 Jul, 2021 1 commit
  24. 05 Jul, 2021 1 commit
    • improved parsing in declaration contexts · 5fd21ebf
      - support for additional assignment statements in loop initializations
      - greatly improved error messaging in these contexts
      - decl parser takes in the ending token; significant related refactoring
      - pass through elaboration system tasks
      - removed non-blocking assignment operator precedence hack
      - preliminary nosim test suite for features unsupported by iverilog
      Zachary Snow committed
  25. 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
  26. 20 Jun, 2021 1 commit
  27. 15 Jun, 2021 1 commit
  28. 01 Jun, 2021 1 commit
  29. 31 May, 2021 1 commit
  30. 30 May, 2021 1 commit
  31. 13 May, 2021 1 commit
  32. 09 May, 2021 1 commit
  33. 06 May, 2021 1 commit
  34. 02 May, 2021 1 commit
  35. 30 Apr, 2021 1 commit
  36. 29 Apr, 2021 1 commit
  37. 13 Apr, 2021 2 commits