Closed nvgrw closed 5 years ago
Fixes #111
This patch applies a left rotation to all binary expressions and its subtrees by adding a new AST pass (and associated tests) that runs before the SemanticAnalyzer pass.
Currently breaks memory test… investigating tomorrow
Fixes #111
This patch applies a left rotation to all binary expressions and its subtrees by adding a new AST pass (and associated tests) that runs before the SemanticAnalyzer pass.