mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 17:54:22 +02:00
improved parse errors for certain unmatched tokens
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// pattern: missing expected `endfunction`
|
||||
module top;
|
||||
function automatic foo;
|
||||
input inp;
|
||||
foo = inp;
|
||||
endmodule
|
||||
Reference in New Issue
Block a user