neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
1
2
3
4
5
6
7
8
9
10
include!("dispatch/entry.rs");
include!("dispatch/binary_ops.rs");
include!("dispatch/assignments.rs");
include!("dispatch/unary.rs");
include!("dispatch/comparisons.rs");
include!("dispatch/primary.rs");
include!("dispatch/calls.rs");
include!("dispatch/tuple.rs");
include!("dispatch/conditional.rs");
include!("dispatch/binary.rs");