1
0
forked from GitHub/gf-core

BNFC doesn't have an Int type.

This commit is contained in:
bringert
2007-09-20 14:33:53 +00:00
parent 8eadf828a9
commit 5f5d4b2cbe

View File

@@ -23,8 +23,8 @@ P. Term ::= "(" Term "!" Term ")" ; -- projection/selection
S. Term ::= "(" [Term] ")" ; -- sequence with ++
KS. Term ::= String ; -- token
KP. Term ::= "[" "pre" [String] "[" [Variant] "]" "]" ;
V. Term ::= "$" Int ; -- argument
C. Term ::= Int ; -- parameter value/label
V. Term ::= "$" Integer ; -- argument
C. Term ::= Integer ; -- parameter value/label
F. Term ::= CId ; -- global constant
FV. Term ::= "[|" [Term] "|]" ; -- free variation
W. Term ::= "(" String "+" [String] ")" ; -- prefix + suffix table