-
```
NOTE: If you have a question rather than a bug report or feature request,
please post at http://groups.google.com/group/java-generic-dao .
What steps will reproduce the problem?
1. Define a POJO …
-
I try to use the cpp grammar with the python target. With the latest fix #3603 antlr does not generate proper python code.
So I tried to fix it and noticed that the new pureSpecifier implementation h…
-
So that instead of `class ReportGrammarLexer` it will generate `class EXPORT_TOKEN ReportGrammarLexer` ?
It's possible to do it with sed, but I remember grpc generator having an option like that so…
Zeks updated
8 months ago
-
- [ ] MLIR boilerplate
- [ ] cmake to 3
- [x] license to 2023
- [x] antlr to 4.13.0
- [x] c++ to 17
- [ ] llvm/mlir to 16.0.6
-
In the 'occi-antlr-java/Occi.g' file, the `TERM_VALUE` is incorrect:
- `'A..Z'` isn't a range
- a term cannot contain upper case or `'.'`
```
TERM_VALUE : ('a'..'z' | 'A..Z' | '0'..'9' | '-' | '_'…
-
If in the antlr grammar there is a lexical rules has the symbol "NULL", the code generated for \Parser.h is like this:
```
enum {
... , NULL = 3, ...
};
```
where NULL has been defined in…
-
Hello, I have the following grammar file for ANTLR4.5.1:
```
grammar Test;
start : NAME+;
NAME : ('aaa'|'ab') {System.out.println("["+getText()+"]");}'X';
WS : . -> skip;
```
and java file:
```
i…
-
ghost updated
7 years ago
-
I'm not sure if I did something wrong, or if there is a bug in AntlR, or the C++ version of antlr.
but here what I'm getting, and I'll let you judge from the image alone, that it's weird:
![image](h…
-
ghost updated
6 years ago