Modules§
- compact π
- Compatible layer with parser v1
- data_
type π - Parsers for data types.
- expr π
- impl_ π
- number π
Traits§
- Parser
Ext - Token
Stream - 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.