-
It's been two years since the last modification of the LaTeX ANTLR grammar used to parse LaTeX formulas. Currently, it doesn't support multiple equations on the same line, such as `surface = r - r_1 -…
-
If I had to guess, it looks like [this Postgres parser grammar](https://github.com/antlr/grammars-v4/blob/master/sql/postgresql/PostgreSQLParser.g4) was produced by someone taking a grammar designed f…
-
Using JetBrains GoLand and right-clicking in a Grammar file displays a popup menu where some menu options are duplicated.
Interestingly, the duplicate "Configure ANTLR..." menu options do **not** s…
-
See https://github.com/antlr/grammars-v4/issues/4291#issuecomment-2437613843
-
I try to build
```
java -jar antlr-4.13.2-complete.jar -Dlanguage=Python3 -o gen PostgreSQLLexer.g4 -visitor -listener
java -jar antlr-4.13.2-complete.jar -Dlanguage=Pyt…
-
Consider input string `SELECT 'trailing' AS first;` in [comments.sql](https://github.com/antlr/grammars-v4/blob/199a5121ece05d2f2e7eca330d0738220499e80c/sql/postgresql/examples/comments.sql#L5). This …
-
https://github.com/kotlinx/ast#using-with-gradle tells me
```
dependencies {
// please look at https://jitpack.io/#drieks/antlr-kotlin to find the latest version
…
-
The PostgreSQL grammar defines error listeners [LexerDispatchingErrorListener.cs](https://github.com/antlr/grammars-v4/blob/master/sql/postgresql/CSharp/LexerDispatchingErrorListener.cs), [ParserDispa…
-
Having this type of error on the ANTLR scope is really bad, because it is never able to provide a useful error and many times this breaks parsing of anything below the partial expression. This is a ve…
-
When testing `grammars/ANTLR` we get incorrect output from `lrstar_lexer::print_line` due to missing line termination/length see bello a possible fix for it:
Possible fix:
```
---------------------…