-
PythonParser.g4 is the ANTLR4 parser grammar that based on the last "traditional" Python grammar which not yet written in PEG
-
PythonLexerBase:
- handles the Python indentations
- creates encoding token
- and manage many other things
-
Example files from: Python 3.8 Standard Lib
- added ENCODING token