ton icon indicating copy to clipboard operation
ton copied to clipboard

Implement compilation and pre-computation of logical operations

Open starlightduck opened this issue 2 years ago • 0 comments

Implements compile_ and emulate_ functionality for and, or, xor, not operations. That allows to use their result more efficiently (compiler optimizations) and use them in constant expressions.

starlightduck avatar Aug 10 '22 16:08 starlightduck