projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11916f8
)
weird typo
author
bdemsky
<bdemsky>
Wed, 11 Feb 2009 03:55:12 +0000
(
03:55
+0000)
committer
bdemsky
<bdemsky>
Wed, 11 Feb 2009 03:55:12 +0000
(
03:55
+0000)
Robust/src/Parse/java14.cup
patch
|
blob
|
history
diff --git
a/Robust/src/Parse/java14.cup
b/Robust/src/Parse/java14.cup
index d17ed6369f5283f948eb76ba0f9f93215e70da10..99d03684717aaeb1b60e663e89e5e6b307a13251 100644
(file)
--- a/
Robust/src/Parse/java14.cup
+++ b/
Robust/src/Parse/java14.cup
@@
-508,7
+508,7
@@
literal ::= INTEGER_LITERAL:integer_lit
| BOOLEAN_LITERAL:boolean_lit
{:
ParseNode pn=new ParseNode("literal");
- pn.addChild("boole
\1a
an").setLiteral(boolean_lit);
+ pn.addChild("boolean").setLiteral(boolean_lit);
RESULT=pn;
:}
| CHARACTER_LITERAL:char_lit