Refactored parsers to introduce priority
This commit is contained in:
@@ -228,7 +228,6 @@ def escape_char(text, to_escape):
|
||||
|
||||
return res
|
||||
|
||||
|
||||
def pp(items):
|
||||
if not hasattr(items, "__iter__"):
|
||||
return str(items)
|
||||
|
||||
Reference in New Issue
Block a user