tact-lang / tact

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

feat/fix(const-eval,codegen): eval const identifiers to handle const structs #445

Closed anton-trunov closed 1 week ago

anton-trunov commented 1 week ago

Closes #439

Note: despite the fact constant identifier lookups are supported now, this PR does not resolve issue #229 because a major rewrite of the typechecker (resolveDescriptors.ts) is needed to do that.