//! Macro line parser for Rusty LR.
//!
//! This crate is private and not intended to be used directly.
//! Please use the [`rusty_lr`](https://crates.io/crates/rusty_lr) crate instead.
pub
pub
pub
pub
pub
pub use TableLayout;
/// Re-export Location for use by external crates (e.g. rusty_lr_buildscript)
pub use Location;
/// This, `rusty_lr_parser` is designed to generate a code, that will be relied on `rusty_lr`.
///
/// Gets the version of the rusty_lr_core crate that current crate is targeting.
/// If the version is not matched, there will be a compile-time error.