yacc.py | 263 return self.parseopt(input,lexer,debug,tracking,tokenfunc) 273 # copy this code to a method parseopt() and delete all of the sections 589 # parseopt(). 597 def parseopt(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): member in class:LRParser [all...] |