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/Yul Parser incl. Protocol Buffers #21

Closed
0x19 opened this issue Jul 3, 2023 · 1 comment · Fixed by #125
Closed

Abstract Syntax Tree (AST) Assembly/Yul Parser incl. Protocol Buffers #21

0x19 opened this issue Jul 3, 2023 · 1 comment · Fixed by #125
Assignees
Labels
ast Abstract Syntax Tree enhancement New feature or request future work Something we should do in the future

Comments

@0x19
Copy link
Contributor

0x19 commented Jul 3, 2023

Currently we do not support parsing assembly rules discovered in solidity contract.

@0x19 0x19 added enhancement New feature or request future work Something we should do in the future ast Abstract Syntax Tree labels Jul 3, 2023
@0x19 0x19 self-assigned this Jul 3, 2023
@0x19
Copy link
Contributor Author

0x19 commented Jul 29, 2023

Added just basic lookup but no statements are processed yet. Current AST layout only knows that there is AST but not what.

@0x19 0x19 changed the title Implement Assembly Rule AST parser Abstract Syntax Tree (AST) Assembly/Yul Parser incl. Protocol Buffers Aug 3, 2023
@0x19 0x19 closed this as completed in #125 Oct 17, 2023
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 future work Something we should do in the future
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant