I can define and eval BNF definitions

This commit is contained in:
2019-12-17 21:19:44 +01:00
parent c668cc46d2
commit 88cd3162be
25 changed files with 1099 additions and 569 deletions
+1 -1
View File
@@ -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):