Skip to content
New issue

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

Abstract Syntax Tree (AST) Assembly Support #125

Merged
merged 16 commits into from
Oct 17, 2023
Merged

Abstract Syntax Tree (AST) Assembly Support #125

merged 16 commits into from
Oct 17, 2023

Conversation

0x19
Copy link
Contributor

@0x19 0x19 commented Oct 16, 2023

Initial support for AST assembly/yul statements. Warnings are placed in case that something is missed but so far, with numerous contracts I don't see anything missing. JSON unmarshaler is implemented as well so we're capable of importing assembly from exported json.

From now on, AST parser is finally under beta, going towards production ready!

Closing this ticket will close #21

@0x19 0x19 added enhancement New feature or request ast Abstract Syntax Tree labels Oct 16, 2023
@0x19 0x19 self-assigned this Oct 16, 2023
@0x19 0x19 merged commit 993fc9b into main Oct 17, 2023
@0x19 0x19 deleted the ast-assembly branch October 17, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ast Abstract Syntax Tree enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Abstract Syntax Tree (AST) Assembly/Yul Parser incl. Protocol Buffers
1 participant