fixes and other mods

This commit is contained in:
ceriel
1988-02-17 17:21:51 +00:00
parent f10b216184
commit b880781d9e
9 changed files with 236 additions and 182 deletions

View File

@@ -51,19 +51,15 @@ new_lnk()
%start DefModule, DefinitionModule;
ModuleDeclaration :
MODULE IDENT
priority
';'
import((struct lnk **) 0)*
export?
block
IDENT
MODULE IDENT priority ';' import((struct lnk **) 0)* export?
block IDENT
;
priority:
[
'[' ConstExpression ']'
|
/* empty */
]
;
@@ -72,6 +68,7 @@ export :
[
QUALIFIED
|
/* empty */
]
IdentList ';'
;