Skip to main content

rudb_parse/generated/
mod.rs

1//! Tables derived from the vendored grammar.
2//!
3//! Nothing in here is written by hand. `cargo xtask gen-grammar` produces it from
4//! `crates/rudb-parse/grammar`, and `cargo xtask gen-grammar --check` runs in the gate and fails
5//! if the checked in files and the grammar have drifted apart. Checked in rather than built in a
6//! `build.rs` so that the diff of a grammar bump shows what actually changed, which is the whole
7//! point of pinning it. `spec/20-the-grammar.md` section 5.
8
9pub mod keywords;