-
If I comment `typedefName` in `typeSpecifier`
https://github.com/antlr/grammars-v4/blob/4c783b6b0f10927485c4e63007088ddbb3f777c0/c/C.g4#L240
to avoid #1979, antlr4's generated C grammar fails to par…
-
- If you name the grammars following the CamelCase convention, then the generated Java files will follow this too. Like this:
grammar OdinValues;
import BasePatterns;
- If you name the directory i…
ghost updated
9 years ago
-
When I try the following query on GIE Compiler, errors occurs.
```cypher
MATCH(p : PERSON)-[:KNOWS]->(friend: PERSON)
WITH collect(friend) AS friends
MATCH (messageAuthor: PERSON)(tag: TAG)
WHER…
-
When time allows, we can build off the following PR and improve the tokenization of the lexer and parser.
https://github.com/openfga/language/pull/22
Core problem stopping this is the character …
-
## What happened?
There seems to be another 1.12.1 regression which I'm unsure if it's the same as #221
We depend on the Gradle ANTLR plugin, and apply it in dependencies like so:
```
depen…
-
Hi,
I installed this package in Mac Air (M1) using the following commands:
First, i created virt envir. using " conda create --name threeml -c conda-forge -c xspecmodels python=3.9 xspec-modelsonly…
-
I've got a large grammar that's split up into multiple files and multiple grammars that I stitch together with import statements.
If I include the top level file in my .csproj, the parser and lexer b…
-
I've noticed this on my machines and now over in github actions build for grammars-v4. When the link is bad, the `antlr4` tool fails.
```
Traceback (most recent call last):
File "/opt/hostedtoolc…
-
Hi!
I wrote a simple grammar to parse instance lines in [STEP](https://en.wikipedia.org/wiki/ISO_10303-21) format (STEP.g4)
Grammar is ok, i already generated working Python code.
Golang code genera…
-
Hello, I have customized the syntax using Antlr4 (4.13.2), but when using the parser to parse, I found that the general performance loss for each syntax parsing is about 50ms. Our project can only all…