mirror of https://github.com/zachjs/sv2v.git
alias macromodule to module
This commit is contained in:
parent
1a9068409e
commit
a402a73477
|
|
@ -522,6 +522,7 @@ PartHeader :: { [Attr] -> Bool -> PartKW -> [ModuleItem] -> Description }
|
||||||
|
|
||||||
ModuleKW :: { PartKW }
|
ModuleKW :: { PartKW }
|
||||||
: "module" { Module }
|
: "module" { Module }
|
||||||
|
| "macromodule" { Module }
|
||||||
InterfaceKW :: { PartKW }
|
InterfaceKW :: { PartKW }
|
||||||
: "interface" { Interface }
|
: "interface" { Interface }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue