Skip to content

Commit

Permalink
fix: remove ast tools (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
verytactical authored Feb 11, 2025
1 parent 63731b4 commit f9adea9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,869 deletions.
2 changes: 0 additions & 2 deletions dev-docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ Some other codegen tests are as follows:

The entry point to the Tact AST pretty-printer is [src/ast/ast-printer.ts](../src/ast/ast-printer.ts). It is going to be used for the Tact source code formatter once the parser keeps comments and other relevant information.

The AST comparator is defined in [src/ast/compare.ts](../src/ast/compare.ts). This is useful, for instance, for static analysis tools which can re-use the Tact TypeScript API.

The corresponding test spec files can be found in [src/test](../src/test) folder with the test contracts in [src/test/contracts](../src/test/contracts) folder.

## Build scripts and test helpers
Expand Down
885 changes: 0 additions & 885 deletions src/ast/compare.ts

This file was deleted.

378 changes: 0 additions & 378 deletions src/ast/hash.ts

This file was deleted.

Loading

0 comments on commit f9adea9

Please sign in to comment.