tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
371 stars 103 forks source link

CLI flag `--check-expr`: typecheck a Tact expression #656

Open anton-trunov opened 1 month ago

anton-trunov commented 1 month ago

For instance, tact --check-expr '-1 / (2 << 1 + 1)' should infer the type Int