pub const RESERVED_FOR_IDENTIFIER: &'static [Keyword];
Expand description
Global list of reserved keywords that cannot be parsed as identifiers
without special handling like quoting. Parser should call Dialect::is_reserved_for_identifier
to allow for each dialect to customize the list.