-
Some people still use this plugin for testing grammars-v4. Please update the pom.xml with a new version 1.23, and publish to Maven Central, like it was done previously. https://github.com/antlr/antlr4…
-
Having a very similar issues as reported in #97. I'm not using a split grammar. When I make a change to my grammar and save the changes, I'm seeing the changes in the .antlr directory being updated or…
-
Antlr 4 is considerably more powerful than javacc, and javacc's future is a bit less certain these days; a [Rust grammar is available](https://github.com/jbclements/rust-antlr) that could probably jus…
-
The links in the docs:
- https://github.com/antlr/grammars-v4/blob/master/typescript/TypeScriptLexer.g4
- https://github.com/antlr/grammars-v4/blob/master/typescript/TypeScriptParser.g4
- https:/…
-
## What is the smallest, simplest way to reproduce the problem?
```
@Test
void commentAsTheLastLine() {
rewriteRun(
hcl(
"""
locals {
…
-
There is an Antlr v4 grammar now in PreProc.g4, which could/should be incorporated into the main processing loop in "processFile".
The grammar is currently commented as "not quite complete", so we sh…
-
I think we should look into replacing sqlparse with a parser generated from the CrateDB antlr grammar, to ensure it supports our SQL dialect.
See https://github.com/antlr/antlr4/blob/4.6/doc/pytho…
amotl updated
7 months ago
-
When time allows, we can build off the following PR and improve the tokenization of the lexer and parser.
https://github.com/openfga/language/pull/22
Core problem stopping this is the character …
-
Cosmas II grammars are written in Antlr 3 language which is quite different from Antlr 4. The tree outputs would probably also be different.
Other QLs (Poliqarp, Annis, FCSQL) use Antlr 4. Thus, we…
-
The [Python3.g4](https://github.com/antlr/grammars-v4/blob/master/python3/Python3.g4) grammar works fine with the standard ANTLR 4.5 "grun" macro. However, it doesn't work with clj-antlr in lein repl:…