Expand description
wirespec-syntax: Parser and AST for the wirespec protocol description language.
This crate provides:
ast: All AST node types following AST_SCHEMA_SPEC.mdlexer: Hand-written tokenizerparser: Recursive descent parserspan: Source location tracking
Re-exports§
pub use parser::parse;