-
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
-
Example files: Python 3.8 Standard Lib
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
Example files: Python 3.8 Standard Lib