-
My grammar uses a semantic predicate
```
TEXT: ('{' { String.fromCharCode(this._input.LA(1)) !== "{" }? | ~[{] )+ ;
```
Moving from antlr4's "native" Javascript runtime to antlr4ng Typescript …
-
It would be nice to have an extra grammar in `pest_grammars` before launching 1.0.
-
### Describe the bug
When creating a project that is using both the DynamoDBLocal 2.0.0 and the spring-boot-starter-data-jpa 3.1.4 dependencies, there is an error because of mismatching antlr4 versio…
-
### Describe the bug
Within the past week, I've noticed textgen webui sometimes ignores my GPU split string when loading a model with either ExLlamav2_HF or ExLlamav2. It's not a consistent issue a…
-
## Details
Here's an [instruction](https://github.com/objectionary/opeo-maven-plugin/tree/master/src/it/spring-fat#phi-expressions) on running opeo.
Here's the latest archive https://github.com/…
deemp updated
1 month ago
-
It seems that antlr-kotlin does not properly handle precedence in left-recursive rules. Consider for instance the expression rule in the MiniCalc example:
```
expression : left=expression operator…
-
With the last updates of Idea and the plugin I get following error. If I press reload config it work for an short time but then it appears again.
OS: Windows
IDEA: 2019.1.3
```
org.infernus.idea…
-
I am trying to debug VB6 grammar https://github.com/antlr/grammars-v4/tree/master/vb6
and when I save grammar file only Lexer is generated in `.antlr` directory. As a result, I am unable to see any p…
-
I'm dealing with a complex piece of text to parse that requires usage of predicates. I ended up finding this when referencing a token inside a predicate
![image](https://github.com/Strumenta/antlr-ko…
-
Left indexing (e.g., `X[100:200, ] = ...`) and right indexing (e.g., `... = X[100:200, ]`) in DaphneDSL, respectively the ops/kernels backing them (`InsertOp`, `ExtractOp`, `SliceOp`, `InsertRowOp`, `…