-
Hi Yan,
I got a segmentation fault when I try to add output arguments of gas,
> ../../../build/gas benchmark.gas -o benchmark.bin
[1] 51430 segmentation fault (core dumped) ../../../build/g…
-
This is a proposal to convert the F# grammar rules in the F# spec into a formal format (specifically, into ANTLR4, which is an EBNF format).
The F# spec uses today what is termed in the spec itself…
-
## 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…
-
In my experimental environment, I found json to g4 only with "parser" cause some syntax error, syntax parsing errors may lead to the possibility of losing a large amount of mutated data.
I made min…
-
Using `Antlr4.Runtime.Standard 4.13.1` and `Antlr4BuildTasks 12.8`.
Please consider the grammar below. For input `[]` I expect tokens `START VALUE("") END`.
```antlr
lexer grammar TagLexer;
ST…
-
Hey there,
i was just set on a new Project to find a difftool for PLSQL and i recently found gumtree. I already have the antlr4 grammar and parser for PLSQL and have a python script to generate an …
-
I think I've identified a couple bugs in the grammar provided by AIP-160:
* `-3 = x` would be parsed as `-(3 = x)`, which (because `NOT` and `MINUS` are interchangeable) is equivalent to `NOT (3 = …
-
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…
-
going further, I found a way to mitigate;
based on the above issues, we create simpler test cases, `test.json`:
```
{
"": [["I ", "", "like C++\n"]],
"": [["", ""], []],
…
-
Since NuGet packages from this repo only cover ANTLR 4.6 and below and end users should migrate to Antlr4.Runtime.Standard (and Antlr4BuildTasks), I think it is time to
1. Archive this repo on GitH…
lextm updated
2 months ago