module documentation

Lexer for Arrow.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Class ​Arrow​Lexer Lexer for Arrow: https://pypi.org/project/py-arrow-lang/
Constant DECL Undocumented
Constant IDENT Undocumented
Constant TYPES Undocumented
DECL =

Undocumented

Value
(TYPES+'(\\s+)')+IDENT
IDENT: str =

Undocumented

Value
'([a-zA-Z_][a-zA-Z0-9_]*)'
TYPES: str =

Undocumented

Value
'\\b(int|bool|char)((?:\\[\\])*)(?=\\s+)'