Skip to content

Commit

Permalink
feat: AST comparison API (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv authored Aug 17, 2024
1 parent f543eec commit 5281e44
Show file tree
Hide file tree
Showing 40 changed files with 2,136 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ output/
src/grammar/grammar.ohm-bundle.js
src/grammar/grammar.ohm-bundle.d.ts
src/func/funcfiftlib.wasm.js

src/test/contracts/pretty-printer-output
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Initial version of the API providing AST equivalence check: PR [#689](https://github.com/tact-lang/tact/pull/689)

### Changed

### Fixed
Expand Down
3 changes: 3 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
"привет",
"PUSHREF",
"PUSHSLICE",
"renamer",
"Brujin",
"dentry",
"SETINDEXVARQ",
"gettest"
],
Expand Down
Loading

0 comments on commit 5281e44

Please sign in to comment.