slang_solidity 1.3.2

A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages.
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(missing_docs)]

pub mod binder;
pub mod built_ins;
pub mod ir;
pub mod passes;
pub mod semantic;
pub mod types;

pub use semantic::{SemanticAnalysis, SemanticFile};