literalLexer top-level property

ChoiceParser literalLexer
final

Lexers identifying special formatting of certain types of data

Implementation

final literalLexer = quantityLiteral |
    STRING |
    envVariableLexer |
    DELIMITEDIDENTIFIER |
    DOUBLEQUOTEDIDENTIFIER |
    booleanLiteral |
    IDENTIFIER |
    NUMBER |
    DATETIME |
    DATE |
    TIME;