Optimizer - Working constant propagation

AST's replace function needed to be recursive
This commit is contained in:
Emmanuel BENOîT 2017-12-14 07:39:38 +01:00
parent 223dd1763d
commit 12f9402c94
4 changed files with 16 additions and 8 deletions

View file

@ -5,7 +5,7 @@
)
(optimizer on
(constant-folding on
# (fixed-resolution on)
(fixed-resolution on)
)
(constant-propagation on)
)