d409f19/cellmata

Incorrect scope handling in ScopedASTVisitor

jenrik opened this issue · 0 comments

ScopedASTVisitor doesn't open and close scopes at the same point as SymbolChecker does. Notably in the visit function for ConditionalBlock expr is visited outside the scope in SymbolChecker and inside the scope in ScopedASTVisitor.