diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-11-27 14:23:11 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-11-27 14:23:11 +0000 |
| commit | ba938b3530d2044de05569aa10b2139fc794ea8a (patch) | |
| tree | f4b5fcfd6da841cd075710c6845500e5451198df /src/GF/Source | |
| parent | 8852637997be27a86c65740ddb14d5e9e183c1ee (diff) | |
started experimental new module syntax
Diffstat (limited to 'src/GF/Source')
| -rw-r--r-- | src/GF/Source/GF.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Source/GF.cf b/src/GF/Source/GF.cf index 9cb3faf66..7b12952d8 100644 --- a/src/GF/Source/GF.cf +++ b/src/GF/Source/GF.cf @@ -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 ; |
