Constant folding and variables
WilliamRagstad opened this issue · 0 comments
WilliamRagstad commented
Check recursively for constant value expressions on variable declaration and constant fold on compile time.
First add a field on variables IsConstant: bool
.