Working on #48 : Fixed first version of ExpressionParser.py

This commit is contained in:
2021-03-12 09:42:38 +01:00
parent 19908b97a6
commit a49f8bed71
5 changed files with 29 additions and 109 deletions
+3 -1
View File
@@ -13,6 +13,9 @@ class ErrorSink:
def __init__(self):
self.sink = []
def __repr__(self):
return f"Errors({self.sink})"
def add_error(self, error):
self.sink.append(error)
@@ -258,4 +261,3 @@ class BaseParserInputParser(BaseParser):
by_ids.add(c.id)
return list_a