Philogy / balls

A DSL for generating optimal EVM bytecode
MIT License
184 stars 7 forks source link

Add ability to call multi-output functions/opcodes #8

Open Philogy opened 4 months ago

Philogy commented 4 months ago

Currently within a balls function you can only invoke functions/opcodes that have 0 or 1 output stack values, however it's often useful to be able to use functions that have multiple return values.