started experimental new module syntax

This commit is contained in:
aarne
2007-11-27 14:23:11 +00:00
parent 8852637997
commit ba938b3530
2 changed files with 43 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ ECase. Exp4 ::= "case" Exp "of" "{" [Case] "}" ;
EVariants. Exp4 ::= "variants" "{" [Exp] "}" ;
EPre. Exp4 ::= "pre" "{" Exp ";" [Altern] "}" ;
EStrs. Exp4 ::= "strs" "{" [Exp] "}" ;
EConAt. Exp4 ::= Ident "@" Exp6 ;
EConAt. Exp4 ::= Ident "@" Exp6 ; --%
ESelect. Exp3 ::= Exp3 "!" Exp4 ;
ETupTyp. Exp3 ::= Exp3 "*" Exp4 ;