lento-lang/Lento-CSharp

Constant folding and variables

WilliamRagstad opened this issue · 0 comments

Check recursively for constant value expressions on variable declaration and constant fold on compile time.
First add a field on variables IsConstant: bool.