forked from GitHub/gf-core
BNFC doesn't have an Int type.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user