neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
use super::*;

mod arithmetic;
mod bytes;
mod collections;
mod dispatch;
mod flow;
mod push;
mod slots;
mod stack;
mod syscall;

pub(crate) use flow::*;