-
I am trying to investigate https://github.com/antlr/antlr4-lab/issues/83.
* There are two Kotlin grammars: [kotlin](https://github.com/antlr/grammars-v4/tree/1bfcc5a6b954008e23bc5a982864364a069c875…
-
Hi!
Thanks for your efforts on this project!
I have tried the working example with the latest version of this project.
The commands are listed below:
```
grammarinator-process examples/gr…
-
Need to add exceptions for `//`, `/*` and `*/` inside single quotes(`'`), antlr doesn't parses comment sequences inside the quotes.
For better understanding, please take a look at these examples of…
-
How to reproduce:
1. Go to Antlr Lab Site
2. Click on the sample dropdown, and select either entry for Kotlin. (I'm assuming one entry is for kotlin-formal, but neither work)
3. Click on the tab la…
-
We are developing on 2 Macs under Sequoia and ANTLR4-4.13.2.
After migrating one Mac to ARM64, we use the "fat" .dylib (and .a).
Compiling our application was OK on both Macs.
But link-edit gav…
-
I'm honestly not sure what needs to change in the `package.json` because I thought `"type": "module"`, `"main"` and `"types"` would be enough, but apparently not. The ESM situation is a mess. Wh…
-
It would be nice to support [Kotlin](https://kotlinlang.org/) language.
Not sure if this would help but there is an antlr grammar available here: https://github.com/antlr/grammars-v4/tree/master/ko…
sarod updated
3 years ago
-
Hi. @npgall
The value of the field `name` is a fuzzy `pattern`, such as `John%`; I use SQL: `SELECT * FROM cars WHERE 'John Nash' like name`, but it throws an exception. I need your help! Thanks …
-
When used as part of a build system, the fact that the formatter always writes the result of the format operation to file because a small but nagging issue. When the grammar is touched, the antlr-plug…
-
Hey guys,
I'm an ANTLR regular and I'm looking to use ANTLR to parse markdown files. I'm willing to give the creation of a grammar myself a shot, but I was wondering if the gurus on this page perhaps…