Working on #48 : Added BaseExprParser and BaseNodeParser.py
This commit is contained in:
@@ -85,7 +85,7 @@ class DefConceptParser(BaseCustomGrammarParser):
|
||||
self.parser_input.next_token()
|
||||
node = self.parse_def_concept()
|
||||
|
||||
body = self.get_return_value_body(sheerka, parser_input.as_text(), node, node)
|
||||
body = self.get_return_value_body(sheerka, parser_input.as_text(), node, node, self.error_sink)
|
||||
ret = sheerka.ret(self.name, not self.has_error, body)
|
||||
|
||||
self.log_result(context, parser_input.as_text(), ret)
|
||||
|
||||
Reference in New Issue
Block a user