Skip to content

Commit

Permalink
feat(api): Introduce fold/map functions for AST traversal
Browse files Browse the repository at this point in the history
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
byakuren-hijiri committed May 30, 2024
1 parent 37ff151 commit 1bd9e78
Showing 1 changed file with 619 additions and 0 deletions.
Loading

0 comments on commit 1bd9e78

Please sign in to comment.