-
PythonParser.g4 is the ANTLR4 parser grammar that based on the official Python PEG grammar
-
PythonLexerBase handles the Python indentations
-
Example files: Python 3.12 Standard Lib
PythonParser.g4 is the ANTLR4 parser grammar that based on the official Python PEG grammar
PythonLexerBase handles the Python indentations
Example files: Python 3.12 Standard Lib