Tokens Definition
Token set derived directly from Pythontoken and keyword modules. To update the syntax after any Python upgrade, new tokens require changes to lexer.rs and its wrappers.
Formal specification of Edge Python lexical grammar: token definitions, indentation model, and encoding rules.
token and keyword modules. To update the syntax after any Python upgrade, new tokens require changes to lexer.rs and its wrappers.