summaryrefslogtreecommitdiff
path: root/src/GF/GFCC/Raw/GFCCRaw.cf
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/GFCC/Raw/GFCCRaw.cf')
-rw-r--r--src/GF/GFCC/Raw/GFCCRaw.cf12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/GF/GFCC/Raw/GFCCRaw.cf b/src/GF/GFCC/Raw/GFCCRaw.cf
deleted file mode 100644
index bedaef685..000000000
--- a/src/GF/GFCC/Raw/GFCCRaw.cf
+++ /dev/null
@@ -1,12 +0,0 @@
-Grm. Grammar ::= [RExp] ;
-
-App. RExp ::= "(" CId [RExp] ")" ;
-AId. RExp ::= CId ;
-AInt. RExp ::= Integer ;
-AStr. RExp ::= String ;
-AFlt. RExp ::= Double ;
-AMet. RExp ::= "?" ;
-
-terminator RExp "" ;
-
-token CId (('_' | letter) (letter | digit | '\'' | '_')*) ;