-
The generated C++ code has things like
```C++
std::vector TheLexer::_decisionToDFA;
```
These global instances require constructors and destructors to be called at application load time / ap…
-
Hi!
I was wondering how hard would it be to support ANTLR 4 or [Langium](https://langium.org/) grammars as input or to at least generate one of them as output.
The reason for the question is tha…
-
After I updated the main coq packaging for Debian, I update the coq-doc package -- which is different because coq's documentation uses a license which isn't compatible with mainstream Debian, so it go…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Paimon version
0.9.0
### Compute Engine
没有使用,单独启动paimon
### Min…
-
_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/)._
**Security Policy Violation**
Project is out of compliance with Binary Artifacts policy: binaries present in sou…
-
**Describe the bug**
when I add --parseDepth 1 the generated code has more than 1 depth
**To Reproduce**
Steps to reproduce the behavior:
1. create any struct with more than 1 depth
2. generate…
-
I'm following the ANTLR4 Reference and have set up antlr with `brew install antlr` and a classpath of:
```
export CLASSPATH=".:/opt/homebrew/Cellar/antlr/4.13.1/antlr-4.13.1-complete.jar"
```
Wh…
-
When a grammar file is saved, antlr4ide starts compiling the grammar on background. That is nice.
What is not nice though is that the ANTLR Console kicks in, even when the view is minimized. Other co…
-
**Describe the bug**
On jdk17 build no csl can be generated because the used citeproc dependecy is old.
jdk11 builds mention some warning on startup like: NashornEngine is deprecated
**To Repro…
-
# 🐛 Bug
## Description
`hydra:key` substitution does not work in interactive Python session and Jupyter notebook.
`hydra.key` does, but it is not recommended (according to https://github.com/face…