1 2 3
// Names of built-in productions used within this library pub(crate) const END_OF_FILE_RULE_NAME: &str = "EOF"; pub(crate) const WHITE_SPACE_RULE_NAME: &str = "WS";