alias macromodule to module

This commit is contained in:
Zachary Snow 2020-02-01 16:45:33 -05:00
parent 1a9068409e
commit a402a73477
1 changed files with 1 additions and 0 deletions

View File

@ -522,6 +522,7 @@ PartHeader :: { [Attr] -> Bool -> PartKW -> [ModuleItem] -> Description }
ModuleKW :: { PartKW }
: "module" { Module }
| "macromodule" { Module }
InterfaceKW :: { PartKW }
: "interface" { Interface }