scilla-parser 2.0.0

Scilla smart contract parser written in Rust
Documentation
1
2
3
fn main() {
    lalrpop::process_root().unwrap();
}