Refactored parsers to introduce priority
This commit is contained in:
@@ -8,7 +8,7 @@ class EmptyStringParser(BaseParser):
|
||||
"""
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
BaseParser.__init__(self, "EmptyString")
|
||||
BaseParser.__init__(self, "EmptyString", 90)
|
||||
|
||||
def parse(self, context, text):
|
||||
sheerka = context.sheerka
|
||||
|
||||
Reference in New Issue
Block a user