//! Defines the diagnostics produced by the parser. mod diagnostics; pub use diagnostics::*; mod diagnostic_kind; pub use diagnostic_kind::*;