Still WIP, though, but it already optimizes e.g. this: default { timer() { 2+2; } } to this: default { timer() { 4; } }