
|
If you were logged in you would be able to see more operations.
|
|
|
ANTLR v3
Created: 20/Apr/07 11:47 AM
Updated: 20/Apr/07 12:02 PM
|
|
| Component/s: |
ANTLR Core
|
| Affects Version/s: |
3.0b7
|
| Fix Version/s: |
3.0b8
|
|
|
QUOTED_CONTENT
: Q (~Q)* (('\\'Q) )* Q ;
Q : '"' ;
fails. Get output like:
if ( (LA5_1=='\"') ) {
int LA5_4 = input.LA(3);
// MISSSING IF CONDITION
else {
alt5=1;
}
Isolated EOT should become just alt5=1
|
|
Description
|
QUOTED_CONTENT
: Q (~Q)* (('\\'Q) )* Q ;
Q : '"' ;
fails. Get output like:
if ( (LA5_1=='\"') ) {
int LA5_4 = input.LA(3);
// MISSSING IF CONDITION
else {
alt5=1;
}
Isolated EOT should become just alt5=1 |
Show » |
|