tact-lang / tact

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

Remove iterators API #634

Closed anton-trunov closed 2 months ago

anton-trunov commented 2 months ago

The current version contains regressions that appeared after the AST refactoring. It doesn't make sense to waste time supporting it, since it could be introduced in Misti directly. We could backport it again when needed in the compiler's internals.