Skip to content

Commit 5281e44

Browse files
authored
feat: AST comparison API (#689)
1 parent f543eec commit 5281e44

40 files changed

+2136
-14
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ output/
88
src/grammar/grammar.ohm-bundle.js
99
src/grammar/grammar.ohm-bundle.d.ts
1010
src/func/funcfiftlib.wasm.js
11-
11+
src/test/contracts/pretty-printer-output

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

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

1416
### Fixed

Diff for: cspell.json

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
"привет",
8282
"PUSHREF",
8383
"PUSHSLICE",
84+
"renamer",
85+
"Brujin",
86+
"dentry",
8487
"SETINDEXVARQ",
8588
"gettest"
8689
],

0 commit comments

Comments
 (0)