We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need an API that provides a way to compare any Tact AST:
AstComparator
AstHasher
AstRenamer
AstSorter
The text was updated successfully, but these errors were encountered:
Would be nice to have those bullet points in the OP configurable
Sorry, something went wrong.
feat(grammar): Initial version of AstComparator
595909d
Addresses tact-lang#686
A couple more things regarding order-independence of things:
But, the above two cases can result in different gas consumption! So we cannot really ignore order for the above two cases.
jubnzv
No branches or pull requests
We need an API that provides a way to compare any Tact AST:
AstComparator
:AstHasher
: Write the hashing module that doesn't take names into accountAstRenamer
: Canonicalize binder names introducing something like de Bruijn indicesAstSorter
: Improve the sorting routinesThe text was updated successfully, but these errors were encountered: