foolang icon indicating copy to clipboard operation
foolang copied to clipboard

constant folding on AST

Open nikodemus opened this issue 2 years ago • 0 comments

Optionally during construction, but also as a separate pass.

Builtins annotated with foldable, user functions are foldable if they never write to slots and only use foldable sends.

nikodemus avatar Jul 29 '21 15:07 nikodemus