This commit is contained in:
Andrey Breslav
2010-12-07 20:06:08 +03:00
parent d9cdd4ee34
commit c97c3a7ddc
+2 -2
View File
@@ -5,10 +5,10 @@ IntegerLiteral : Digit+ "L"?
[helper] HexDigit : Digit | ["A"-"F", "a"-"f"]; [helper] HexDigit : Digit | ["A"-"F", "a"-"f"];
HexadecimalLiteral : "0x" HexDigit+; HexadecimalLiteral : "0x" HexDigit+;
CharacterLiteral : /*character as in Java*/ CharacterLiteral : /*character as in Java*/;
StringWithTemplates : /*single-quoted string, $ can be escaped*/; StringWithTemplates : /*single-quoted string, $ can be escaped*/;
NoEscapeString : /* @-prefixed string, maybe allow putting a bar for indentation correction */; NoEscapeString : /* """-quoted string */;
/* /*
val foo = @" val foo = @"