Closed z80dev closed 2 years ago
Allows for writing IR directly in your smart contract
When parsing the AST, use a sentinel node in place of where the IR should go.
After generating IR, splice in the user-written IR where the sentinel node's IR is.
Allows for writing IR directly in your smart contract
When parsing the AST, use a sentinel node in place of where the IR should go.
After generating IR, splice in the user-written IR where the sentinel node's IR is.