cc-gen 0.1.0

Build tool to generate compiler-compilers out of EBNF grammar with advanced error reporting and many more
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cc-gen"
description = "Build tool to generate compiler-compilers out of EBNF grammar with advanced error reporting and many more"
authors = ["Dimitriy \"ay0ks\" <ay0o0ks000@gmail.com>"]
version = "0.1.0"
edition = "2021"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ay0ks/cc-gen"

[dependencies]