-
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…
-
Mike,
Thanks for this library.
I am interested in computing the set of possible lookaheads in an Antlr grammar itself, specifically Expr.g4, defined at https://github.com/mike-lischke/antlr4-c3/…
-
### Is your feature request related to a problem? Please describe
I'd like to use a grammar to validate queries.
### Describe the solution you'd like
Access to the DSL grammar. I can only find SQL…
-
hi @edmondchuc!
I'll add your implementation https://github.com/edmondchuc/shaclc/ to the list that we keep
- do you want to join the SHACLC 1.2 WG to work on standardization and extension of SHACLC…
-
Windows 10 x64
IntelliJ IDEA 2024.1.1
IDEA plugin version 1.23.1
When starting the IDE with the plugin enabled, CPU utilization is normal.
After opening a `.g4` file, CPU usage spikes and stay…
-
In the latest version of trgen, a grammar that has two or more top-level grammars cannot work without specifying in the desc.xml to pick one.
In [glsl](https://github.com/antlr/grammars-v4/tree/a01…
-
Before I make the effort to write a grammar for parsing Intel style assembly for [eBPF](https://ebpf.foundation/), I was wondering if there is already one available?
Goal:
I need a grammar parser …
-
I try to follow the example commands from the README with the supplied LUA grammar, but building polyglot fails:
```
$ cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -G Ninja -DBUILD_TESTING=OFF -DGRAMMAR…
-
Given the following code
```csharp
public class MyEventProvider
{
internal event EventHandler MyEvent
{
add => test.progressUpdated += value;
remove => test.progressUpda…
-
I am using ant 1.10.1 to run mkit.bat. I got the following error. Any hint will be appriciated
`[ant-antlr3] ANTLR Parser Generator Version 3.2 Sep 23, 2009 12:02:23
[ant-antlr3] D:\Bitbucket\cs2…