Commit a402a734 by Zachary Snow

alias macromodule to module

parent 1a906840
...@@ -522,6 +522,7 @@ PartHeader :: { [Attr] -> Bool -> PartKW -> [ModuleItem] -> Description } ...@@ -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 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment