summaryrefslogtreecommitdiff
path: root/devel/compiler/Src.cf
diff options
context:
space:
mode:
Diffstat (limited to 'devel/compiler/Src.cf')
-rw-r--r--devel/compiler/Src.cf3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/compiler/Src.cf b/devel/compiler/Src.cf
index 57f1f146c..2d1e3ae39 100644
--- a/devel/compiler/Src.cf
+++ b/devel/compiler/Src.cf
@@ -36,10 +36,11 @@ ETab. Exp1 ::= "table" "{" [Case] "}" ;
ETbv. Exp1 ::= "table" "(" Type ")" "{" [Exp] "}" ;
ECat. Exp ::= Exp "++" Exp1 ;
EAbs. Exp ::= "\\" Ident "->" Exp ;
+ECst. Exp2 ::= "(" Ident "@" [Exp] ")" ;
coercions Exp 2 ;
-separator Exp ";" ;
+separator Exp "," ;
FExp. Assign ::= Ident "=" Exp ;