Skip to content

Instantly share code, notes, and snippets.

View koppula's full-sized avatar

Prashanth Koppula koppula

View GitHub Profile
class RecursiveGrammarException(Exception):
"""exception thrown by L{ParserElement.validate} if the grammar could be improperly recursive"""
def __init__( self, parseElementList ):
self.parseElementTrace = parseElementList
def __str__( self ):
return "RecursiveGrammarException: %s" % self.parseElementTrace
class _ParseResultsWithOffset(object):
def __init__(self,p1,p2):

Keybase proof

I hereby claim:

  • I am koppula on github.
  • I am koppula (https://keybase.io/koppula) on keybase.
  • I have a public key whose fingerprint is 7DF6 0EBC 4A22 0464 FD42 0C46 04B1 A376 C252 0D76

To claim this, I am signing this object: