6 lines
95 B
Systemverilog
6 lines
95 B
Systemverilog
|
grammar io:mzhang:ableGo:ConcreteSyntax;
|
||
|
|
||
|
nonterminal Root;
|
||
|
|
||
|
concrete productions top::Root {}
|