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 ++ S. Term ::= "(" [Term] ")" ; -- sequence with ++
KS. Term ::= String ; -- token KS. Term ::= String ; -- token
KP. Term ::= "[" "pre" [String] "[" [Variant] "]" "]" ; KP. Term ::= "[" "pre" [String] "[" [Variant] "]" "]" ;
V. Term ::= "$" Int ; -- argument V. Term ::= "$" Integer ; -- argument
C. Term ::= Int ; -- parameter value/label C. Term ::= Integer ; -- parameter value/label
F. Term ::= CId ; -- global constant F. Term ::= CId ; -- global constant
FV. Term ::= "[|" [Term] "|]" ; -- free variation FV. Term ::= "[|" [Term] "|]" ; -- free variation
W. Term ::= "(" String "+" [String] ")" ; -- prefix + suffix table W. Term ::= "(" String "+" [String] ")" ; -- prefix + suffix table