I can define and eval BNF definitions
This commit is contained in:
@@ -10,7 +10,7 @@ class EmptyStringParser(BaseParser):
|
||||
To parse empty or blank strings
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self, **kwargs):
|
||||
BaseParser.__init__(self, "NullParser")
|
||||
|
||||
def parse(self, context, text):
|
||||
|
||||
Reference in New Issue
Block a user