Where do syntax errors get flagged in the API? #730
kcameron4456
started this conversation in
General
Replies: 1 comment
-
You can iterate over the diagnostics returned by the diagnostics() function |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The way I'm using the parser, it seems to accept almost anything without generating an error message.
Here's a simple example:
This produces the output:
root node = module A; ee3 endmodule
How do I get slang to fully enforce SystemVerilog syntax rules?
Beta Was this translation helpful? Give feedback.
All reactions