smpl 0.7.0

Core library to compile the SMPL language
Documentation
[package]
name = "smpl"
version = "0.7.0"
authors = ["Alexander Vo <randomcivvy0121@gmail.com>"]
workspace = ".."

description = "Core library to compile the SMPL language"

license="MIT"
repository="https://github.com/InnPatron/smpl-mirror"

[build-dependencies]
lalrpop = "0.15.2"

[dependencies]
itertools = "0.6.3"
lalrpop-util = "0.15.2"
regex = "0.2.1"
petgraph = "0.4.9"
irmatch = "0.2.0"
strfmt = "0.1.6"