Handle empty class item declarations in parser
The SystemVerilog grammar explicitly allows an empty class item declaration. The empty class item declaration is just a semicolon and has no effect. E.g. the following is legal ``` class C int x;;; endclass ``` Add support to the parser to accept empty class item declarations. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
parent
ede341410f
commit
3939126625