-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Abstract Syntax Tree (AST) Assembly Support (#125)
* First skeleton for AST Assembly statements * Basic Yul Literal implementation * Implementing unmarshal skeleton * Adding yul switch case statement * Fixing YulLiteral, YulIf, YulAssignment, YulFunctionCall and YulExpression * Fixing YulBreak, YulContinue, YulLeave * Fixing out YulVariable and cleanup of YulIdentifier * Fixing up AssemblyStatement, YulFor and YulBlock * Fixing YulLiteral kind * Fixing YulFunctionDefinition * Fixing YulSwitch and YulSwitchCase as well as YulFunctionDefinition. First version of Assembly parsing logic is completed * Assembly protocol buffers including protos version bump * Improving ast coverage, implementing json unmarshaler for ast yul, bumping protos * YulAssignment and YulBlock docs * Docs for YulBreak, YulContinue, YulExpression and YulFor * Yul docs and fixes
- Loading branch information
Showing
218 changed files
with
551,013 additions
and
365,606 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.