dasylang / dasy

a lisp built on top of vyper
49 stars 2 forks source link

Implement `venom` macro #1

Closed z80dev closed 1 year ago

z80dev commented 1 year 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.