-
test command:
```bash
./dragonwell-11.0.19.15+7-GA/bin/java -jar perses_deploy.jar --threads 1 --test-script $PWD/reduce.sh --input-file test.c -o result
```
result:
```log
[11:12:40] [INF…
-
`VarsDecl.g4` describes the syntax of variable declarations, such as `int a, b, c`.
```
grammar VarsDecl;
decl : type vars ;
type : 'int' # IntType
| 'float' # FloatType…
-
It can be useful in CI/CD. Currently if I run --help, there is no such option
```
$ antlr-format -h
Usage: antlr-format [options]
Arguments:
file1, pattern2, A list of files or g…
-
- [check] I have reproduced my issue using the latest version of ANTLR
- [check] I have submitted my issue to [antlr4-discussion google group](https://groups.google.com/forum/#!forum/antlr-discussio…
-
Before submitting an issue to ANTLR, please check off these boxes:
- [x] I am not submitting a question on how to use ANTLR; instead, go to [antlr4-discussion google group](https://groups.google.c…
-
Used:
Visual Studio - 2019
To install `ANTLR` I use - [tunnelvisionlabs/antlr4cs // Github.com ](https://github.com/tunnelvisionlabs/antlr4cs) -
I took the grammar here - [antlr/grammars-v4 …
-
Hi,
I've observed some different behaviour when validating / executing ECL in the International SNOMED CT Browser / Snowstorm vs using the Grammar with ANTLR Lab or an ANTLR Parser targeting a diff…
-
Hi All
We are Hong Kong Programming Society and now want to create a php-like scripting language for web dev running on top of JVM. Is anybody want to team up? We are serious doing this project, …
-
I originally reported this against https://github.com/antlr/grammars-v4 as https://github.com/antlr/grammars-v4/issues/2047, but this seems rather to be an antlr problem.
In short (for longer expla…
-
Dear all,
I recently received the task to "parse" xmls that obey a given (xsd) schema. Instead of manually translating the xsd definition to an ANTLR grammar, I was wondering if you know of somethi…