vyper
vyper copied to clipboard
Vyper interface compilation
Simple Summary
Check correctness of .vyi file.
Motivation
There is no way to check if .vyi file alone was written correctly.
Specification
Something like:
vyper Interface.vyi
Would also be helpful to be able to get the abi from an interface, ie:
vyper Interface.vyi --abi
tentatively tagging for inclusion in 0.4.1
Note: discussed with Charles that should compile only with flags -f ast,annotated_ast,interface,external_interface
And abi!