forked from phoedos/pmd
Revert
This commit is contained in:
Sergey
committed by
Juan Martín Sotuyo Dodero
parent
a3898ad707
commit
d3b284805d
@ -498,7 +498,7 @@ void ArgumentList() #void:
|
||||
}
|
||||
|
||||
void Literal() :
|
||||
{ String s; }
|
||||
{ String s; Token t; }
|
||||
{
|
||||
t = <STRING_LITERAL> { jjtThis.setImage(t.image);}
|
||||
| t = <DIGITS> { jjtThis.setImage(t.image);}
|
||||
|
Reference in New Issue
Block a user