Skip to content

Commit

Permalink
feat(api): Introduce fold/map functions for AST traversal (#368)
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 useful for devtools
using the API and might be useful internally.

Refers to #314
  • Loading branch information
byakuren-hijiri authored Jun 3, 2024
1 parent 37ff151 commit 1590a4c
Show file tree
Hide file tree
Showing 2 changed files with 620 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Tests for recursive functions: PR [#359](https://github.com/tact-lang/tact/pull/359)
- API for AST traversal: PR [#368](https://github.com/tact-lang/tact/pull/368)

### Changed

Expand Down
Loading

0 comments on commit 1590a4c

Please sign in to comment.