-
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:
```
---------------------…
-
I get
TypeError: Cannot read private member #intervals from an object whose class did not declare it
at _IntervalSet.addSet (/Users/trygve/prj/antlr/aql-parser/node_modules/antlr4-c3/node_modul…
-
Hello,
Has anyone ever tried to handle an EBNF grammar in monaco-react thanks to [Antlr](https://www.antlr.org/) and [antlr4ts](https://github.com/tunnelvisionlabs/antlr4ts)?
-
I am using the following for Java code parsing: https://github.com/antlr/grammars-v4/blob/master/java/java/JavaParser.g4
The code related to altAnnotationQualifiedName is as follows:
```
// ANNOT…
-
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 current version of ANTLR used in this package is from 2018. Since ANTLR doesn't conform to semver semantics, changes can be incompatible across versions. We use a more recent version in our compan…
-
Following the instructions in https://github.com/antlr/antlr4/blob/4.13.2/doc/getting-started.md,
1. I first created a miniconda environment for antlr and then proceeded with installing antlr4-…
-
We are developing on 2 Macs under Sequoia and ANTLR4-4.13.2.
After migrating one Mac to ARM64, we use the "fat" .dylib (and .a).
Compiling our application was OK on both Macs.
But link-edit gav…
-
Hi,
I realise that the ANTLR parser don't seem to be in this new version of nautilus, is the import of ANTLR grammars into nautilus no longer supported?
-
See https://github.com/antlr/grammars-v4/issues/4291#issuecomment-2437613843