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
14
15
use super::*;

pub mod common;

mod callt;
mod imports;
mod integration;
mod ir_codegen;
mod ir_opt;
mod libraries;
mod manifest;
mod metadata;
mod selectors;
mod semantics;
mod standard_json;