Module parser_v2

Source

Modules§

compact πŸ”’
Compatible layer with parser v1
data_type πŸ”’
Parsers for data types.
expr πŸ”’
impl_ πŸ”’
number πŸ”’

Traits§

ParserExt
TokenStream
Bundle trait requirements from winnow, so that we don’t need to write them everywhere.

Functions§

dollar_quoted_string
Consume an $$ dollar-quoted string $$.
identifier_non_reserved πŸ”’
Consume an identifier that is not a reserved keyword.
keyword
Consume a keyword.
object_name πŸ”’
Consume an object name.
single_quoted_string
Consume an β€˜single-quoted string’.
token πŸ”’
Consume any token.
with_state πŸ”’
Accept a subparser contains a given state.