tserg / vyro

Vyro - Vyper to Cairo transpiler for the Ethereum and StarkNet ecosystems.
Other
30 stars 4 forks source link

Convert type for `vy_ast.arg` node #20

Closed tserg closed 2 years ago

tserg commented 2 years ago

Conversion from Vyper type to Cairo type for vy_ast.arg nodes is currently handled in Uint256HandlerVisitor. This is misleading.