moore-vhdl-syntax 0.10.0

The VHDL parser implementation of the moore compiler framework.
Documentation
[package]
name = "moore-vhdl-syntax"
version = "0.10.0"
authors = ["Fabian Schuiki <fschuiki@iis.ee.ethz.ch>"]
edition = "2018"

description = "The VHDL parser implementation of the moore compiler framework."
repository = "https://github.com/fabianschuiki/moore"
license = "Apache-2.0 OR MIT"

[lib]
path = "lib.rs"

[dependencies]
moore-common = { path = "../../common", version = "0.10.0" }
once_cell = "1.3"