Ejemplo n.º 1
0
 def digit(self, text):
   """digit = ? get_digit ? ;"""
   self._attempting(text)
   return PB.get_digit(text).retyped(TokenType.digit)
Ejemplo n.º 2
0
 def digit(self, text):
   """digit = ? get_digit ? ;"""
   self._attempting(text)
   return PB.get_digit(text)