ablego/grammars/io.mzhang.ableGo/AbstractSyntax/Host/Root.sv
2023-01-01 12:46:40 -06:00

8 lines
124 B
Systemverilog

grammar io:mzhang:ableGo:AbstractSyntax:Host;
nonterminal Root;
abstract production root
top::Root ::= d::GlobalDecls
{
}