Make "PORT" work for "PORT OF".
This commit is contained in:
parent
87848ad7db
commit
f102d8e7ef
|
@ -532,7 +532,7 @@ timerType
|
|||
|
||||
portType :: OccParser A.Type
|
||||
portType
|
||||
= do { sPORT; sOF; p <- dataType; return $ A.Port p }
|
||||
= do { sPORT; optional sOF; p <- dataType; return $ A.Port p }
|
||||
<|> arrayType portType
|
||||
<?> "port type"
|
||||
--}}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user