Optimizer - Working constant propagation
AST's replace function needed to be recursive
This commit is contained in:
parent
223dd1763d
commit
12f9402c94
4 changed files with 16 additions and 8 deletions
test
|
@ -5,7 +5,7 @@
|
|||
)
|
||||
(optimizer on
|
||||
(constant-folding on
|
||||
# (fixed-resolution on)
|
||||
(fixed-resolution on)
|
||||
)
|
||||
(constant-propagation on)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue