8 lines
124 B
Systemverilog
8 lines
124 B
Systemverilog
grammar io:mzhang:ableGo:AbstractSyntax:Host;
|
|
|
|
nonterminal Root;
|
|
|
|
abstract production root
|
|
top::Root ::= d::GlobalDecls
|
|
{
|
|
}
|