Ken Domino

Results 292 issues of Ken Domino

[This PR](https://github.com/antlr/grammars-v4/pull/2627/) requires some version of Java newer than version 11. Antlr4 itself requires version 11 for the tool, version 8 for the runtime. There isn't a thing in the...

This is a minor problem for now, but could be a blocking problem later on. trgen does not generate a correct line for compiling all sources in tester.pm1. All java...

This is a performance analysis of the grammars-v4/sql/plsql grammar, raised in multiple places: * [here](https://github.com/antlr/antlr4/issues/3670) (@nIxedoahz see the analysis below) * [here](https://github.com/antlr/antlr4/issues/2619) * [here](https://github.com/antlr/antlr4/issues/1442) * [here](https://github.com/antlr/antlr4/issues/1222) ### Runtimes for C#...

plsql

As per #2567, we need to add more testing, this time for ARM C++ targets. Adding ARM testing will probably add to the list of "symbol conflicts" for the Cpp...

See this [StackOverflow question and answer](https://stackoverflow.com/questions/71750984). The only way to make progress is to note the problem right here and to work on it at some point rather than just...

matlab

I've been updating the Antlr4 tool for the Go target and decided to test out the new tool on grammars-v4/ as this is a more extensive test that the unit...

I looked through this repo, and there is no static void main() method on any class. Therefore, I don't think this has been considered: It would be nice to have...

type:enhancement

I am updating grammars-v4 for 4.11.1. Unfortunately, the [asm8080](https://github.com/antlr/grammars-v4/tree/master/asm/asm8080) and [asmZ80](https://github.com/antlr/grammars-v4/tree/master/asm/asmZ80) grammars now do not terminate (actually killed after 5 minutes by the watchdog program trwdog). For 4.10.1, they terminated....

This is related to a SO question https://stackoverflow.com/q/73522066/4779853 The grammar is poorly written as an EOF-start rule, but that is irrelevant because parsing results should always be consistent when a...

The CI workflow takes a couple of hours. For most cases, e.g., update to a single grammar, it should not. The build should only test what was really changed, even...