neo-devpack-solidity 0.22.0

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

mod binary;
mod bitwise;
mod comparison;
mod entry;
mod logical;
mod numeric_unary;
mod shifts;