use crate*;
/// Indicates a fatal syntax error that leads the parser
/// to complete without a resulting node.
/// Returns the identifier name that is specially reserved
/// for invalidated identifiers that could not be parsed.
pub const INVALIDATED_IDENTIFIER: &'static str = "\x00";
pub
pub ;