예제 #1
0
파일: parser.py 프로젝트: treycucco/pxp
 def digit(self, text):
   """digit = ? get_digit ? ;"""
   self._attempting(text)
   return PB.get_digit(text).retyped(TokenType.digit)
예제 #2
0
파일: parser.py 프로젝트: treycucco/pyebnf
 def digit(self, text):
   """digit = ? get_digit ? ;"""
   self._attempting(text)
   return PB.get_digit(text)