improved parse errors for certain unmatched tokens

This commit is contained in:
Zachary Snow
2021-03-06 15:03:04 -05:00
parent 77b2f8b6ce
commit 31ebf181bb
11 changed files with 76 additions and 16 deletions
+6
View File
@@ -0,0 +1,6 @@
// pattern: missing expected `endfunction`
module top;
function automatic foo;
input inp;
foo = inp;
endmodule