tact-lang / tact

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

Refactor typechecker #458

Open anton-trunov opened 1 week ago

anton-trunov commented 1 week ago

To resolve #229, a major refactoring of the typechecker is needed: we need to change how module-level and contract/trait-level entries are processed in resolveDescriptors.ts.