cc-gen 0.1.0

Build tool to generate compiler-compilers out of EBNF grammar with advanced error reporting and many more
Documentation
[dependencies]

[lib]
name = "cc_gen"
path = "src/lib.rs"

[package]
authors = ['Dimitriy "ay0ks" <ay0o0ks000@gmail.com>']
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Build tool to generate compiler-compilers out of EBNF grammar with advanced error reporting and many more"
edition = "2021"
license = "MIT"
name = "cc-gen"
readme = "README.md"
repository = "https://github.com/ay0ks/cc-gen"
version = "0.1.0"