syntax
¶
Classes:
Functions:
SyntaxManifest
dataclass
¶
Attributes:
-
contextual_keywords(set[str]) – -
line_comment_delimiters(tuple[str, ...]) – -
literal_keywords(dict[str, Any]) – -
multi_char_operators(set[str]) – -
operator_symbols(set[str]) – -
reserved_keywords(set[str]) –
multi_char_operators
property
¶
-
-
Return the set of multi-character operators recognized by the lexer.
load_syntax_manifest
¶
load_syntax_manifest() -> SyntaxManifest
Source code in src/arx/lexer/syntax.py
90 91 92 93 94 95 96 97 98 | |