Robert Einhorn
Robert Einhorn
> It might be a good idea to add to the readme.md comments on text recovery for the python grammars. Good idea, I support it. However, wouldn't such a function...
I don't know what environment you are using the Python 3.13.2 lexer grammar in. It could be a file conflict generated by a previous version of the grammar. First of...
In case of Java target, the following files should be deleted:: - PythonLexer.interp - PythonParser.interp - PythonLexer.tokens - PythonParser.tokens - PythonLexer.java - PythonParser.java - PythonParserBaseListener.java - PythonParserListener.java - PythonParserBaseVisitor.java -...
I see that the yor IDE starts to fail at the STRING_PREFIX fragment rule. Here I'm using a new [option](https://github.com/antlr/antlr4/blob/dev/doc/lexer-rules.md#caseinsensitive) that I didn't use in the previous lexer grammar: `options...