scilla-parser 0.2.0

Scilla smart contract parser written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.lexpr]
version = "0.2.7"

[dependencies.thiserror]
version = "1.0.50"
[dev-dependencies.pretty_assertions]
version = "1.4.0"

[package]
description = "Scilla smart contract parser written in Rust"
edition = "2021"
license = "MIT"
name = "scilla-parser"
readme = "README.md"
repository = "https://github.com/its-saeed/scilla-parser"
version = "0.2.0"