|
|
|
|
|
p_top(self,
args)
top ::= expr top ::= FILELIST expr ::= expr + term expr ::= expr -
term expr ::= term term ::= term * factor term ::= term / factor term
::= LPAREN expr RPAREN term ::= factor factor ::= unaryop value
factor ::= value unaryop ::= + unaryop ::= - value ::= INTEGER value
::= FLOAT value ::= IDENTIFIER value ::= function_call function_call
::= IDENTIFIER LPAREN arglist RPAREN arglist ::= arglist , expr
arglist ::= expr |
source code
|
|
|
|
|
|
|
|
|
Inherited from spark.GenericASTBuilder:
buildASTNode,
preprocess
Inherited from spark.GenericParser:
addRule,
ambiguity,
augment,
buildState,
buildTree,
buildTree_r,
collectRules,
error,
makeFIRST,
parse,
resolve,
typestring
|