Fixed some misbehaviours regarding question() + added #import functionality when restoring
This commit is contained in:
@@ -1184,6 +1184,14 @@ class SyaNodeParser(BaseNodeParser):
|
||||
infix_to_postfix.finalize(self.parser_input.pos)
|
||||
_add_forked_to_res()
|
||||
|
||||
if context.in_context(BuiltinConcepts.DEBUG):
|
||||
context.debug(f"Parsing {parser_input}")
|
||||
context.debug(f"{len(res)} InfixToPostFix(s) found")
|
||||
for i, r in enumerate(res):
|
||||
context.debug(f"#{i}")
|
||||
for line in r.debug:
|
||||
context.debug(line)
|
||||
|
||||
return res
|
||||
|
||||
def postfix_to_item(self, sheerka, postfixed):
|
||||
|
||||
Reference in New Issue
Block a user