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 }
|
||||
: "module" { Module }
|
||||
| "macromodule" { Module }
|
||||
InterfaceKW :: { PartKW }
|
||||
: "interface" { Interface }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue