device-driver-parser 2.0.0

Internal compiler crate for the device-driver toolkit
Documentation
[package]

name = "device-driver-parser"

version.workspace = true

authors.workspace = true

license.workspace = true

homepage.workspace = true

repository.workspace = true

edition.workspace = true

rust-version.workspace = true

keywords = ["device", "driver", "toolkit"]

categories = ["embedded", "hardware-support", "development-tools"]

description = "Internal compiler crate for the device-driver toolkit"

readme = "README.md"



[dependencies]

device-driver-lexer.workspace = true

device-driver-common.workspace = true

device-driver-diagnostics.workspace = true



chumsky.workspace = true



[features]

# Enable doc generation. This outputs diagrams for the parsers. Requires nightly.

gen-docs = ["chumsky/debug"]