-
PythonParser.g4 is the ANTLR4 parser grammar that based on the last official Python 2 grammar
-
PythonLexerBase:
- handles the Python indentations
- and manage many other things
-
Example files from: Python 2.7.18 Standard Lib
PythonParser.g4 is the ANTLR4 parser grammar that based on the last official Python 2 grammar
PythonLexerBase:
Example files from: Python 2.7.18 Standard Lib