-
Hi,
I am using xtext with a mysql antlr grammar to generate java code. When I use Antlrworks to debug the grammar I get the code too large in try statement error. I tried using sql keywords as rules …
-
* Using ANTLR 4.13.0
* JDK 21 EA build (21.ea.28-open)
* Created full working example as reproducer
* URL: https://github.com/khmarbaise/issue-antlr-4.13.0
* The github actions is done to buil…
-
如题
-
### Describe the bug
`az self-test` fails for some reason on the latest stable released version of azure-cli I believe it should be passing.
### Related command
`az self-test` fails, despite …
-
Could we get a 4.13.1 release of Antlr4.Runtime.Standard published on nuget.org?
Unlike previous releases of Antlr, there was no announcement on the Antlr4 Google group https://groups.google.com/g/…
-
I'm following the docs
https://entitygraphql.github.io/docs/field-extensions/filtering/
I don't know what I'm doing wrong but this query
```graphql
{
sites(filter: "isActive == true") {
…
-
I was struggling to create nongreedy rules in the parser, like described here with ANTLR4:
https://github.com/antlr/antlr4/blob/master/doc/wildcard.md#wildcard-operator-and-nongreedy-subrules
Is t…
-
Instead BufferedTokenStream.d.ts declares functions `hiddenTokensToLeft` and `hiddenTokensToRight` which do not exist
-
After I upgraded the plugin version from 1.20 to 1.21, the plugin crashed after opening the project. Here is the error message:
```
antlr can't process PS.g4
java.lang.NullPointerException: Canno…
-
I'm trying to build an online yacc/lex (LALR(1)) grammar editor/tester to help develop/debug/document grammars the main repository is here https://github.com/mingodad/parsertl-playground and the onlin…