-
All is well with antlr4 4.8.0 but updating to 4.9 causes the following. I'm brand new in the javascript world so not very effective in debugging this. It seems there was an issue like this in 2018 ht…
-
# Background
Given a typical application based on the repository pattern, I want to map function calls to make sure that data access is properly controlled.
I have a setup a project as such
```
…
-
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 …
-
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…
-
I am developing a Fortran 2018 grammar in ANTLR4 using the ISO standard. I am encountering an issue during the lexing phase with some of the lexer rules. Specifically, certain keywords are being miscl…
-
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…
-
- 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
-
Here is a grammar with some various spaces in alt indentation, before and after parentheses.
```
// $antlr-format alignColons hanging, alignSemicolons hanging, alignTrailingComments true, allowSho…
-
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…
-
https://github.com/antlr/antlr4/blob/master/tool/src/org/antlr/v4/parse/ANTLRLexer.g