-
### Detailed Description of the Problem
With the last few runtime crashes w/ QUIC fixed, I started advertising it in more places and comparing performance with H2 (both CPU usage and client-side ti…
-
I've not used ANTLR but have written hand lexers and parsers in the past. I wanted to ask, would it be feasible to have ANTLR be able to generate a JSON state machine file (from the token definitions)…
-
- target information: Go `go get -u github.com/antlr/antlr4/runtime/Go/antlr/v4@d5dd253` (same with plain `/v4`)
- smallest possible grammar and code that reproduces the behavior
## Expected
…
-
Trying to generate a structure from TUCAN string by `https://tucan-nest.github.io` leads to an error for `C60`:
Log message
21:16:48: An error occured during the conversion to Molfile. This mi…
-
I have the following toy lexer
```
fragment DIGIT
: [0-9]
;
NaturalNumber
: DIGIT+
;
```
According to the [javadoc of ATNState](https://www.antlr.org/api/Java/org/antlr/…
-
### Describe the problem and steps to reproduce it:
Windows 10 64bit, Thunderbird 91.5.0 (64-bit). Addon version is 91.0.3
Today when starting up tbird I was prompted to enter my Google credential…
-
I think I am running out of memory even with 392GB for running standard pipeline for molecules size of ribociclib (62 atoms). The input for python poltype.py is:
```
structure=ribociclib.sdf
scrat…
-
I need to parse MySQL for a project and use https://github.com/antlr/grammars-v4/tree/master/mysql
this grammar with the newest ANTLR from the master branch (4.7.1-SNAPSHOT).
On certain queries the …
-
**Describe the bug**
Unable to run quickstart - the following issues were detected:
- datahub-gms is not running
**To Reproduce**
Run the 'quickstart' command
**Expected behavior**
Service s…
-
Rewrite-spring recipes RemoveObsoleteRunners and RunnerToExtension are both unable to be deserialized from declarative recipe lists in rewrite-gradle-plugin. We've observed that both contain an `@Opti…