Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): Introduce
fold
/map
functions for AST traversal
This improves compiler's API providing an interface to traverse the AST. It should be a part of the compiler, since it is be useful for devtools using the API and might be useful internally. Refers to tact-lang#314
- Loading branch information