diff trunk/src/dil/Messages.d @ 653:29cc5bf3ce89

Refactored StringExpression. Added error message MSG.StringPostfixMismatch. Refactored parseAssignExpression().
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 15 Jan 2008 16:05:42 +0100
parents 05645f5613c1
children 95a3c28c0f64
line wrap: on
line diff
--- a/trunk/src/dil/Messages.d	Tue Jan 15 12:10:46 2008 +0100
+++ b/trunk/src/dil/Messages.d	Tue Jan 15 16:05:42 2008 +0100
@@ -102,6 +102,7 @@
   auto UTF32FileMustBeDivisibleBy4 = "the byte length of a UTF-32 source file must be divisible by 4.";
   // Parser messages:
   auto ModuleDeclarationNotFirst = "a module declaration is only allowed as the first declaration in a file";
+  auto StringPostfixMismatch = "string literal has mistmatching postfix character";
   auto ExpectedIdAfterTypeDot = "expected identifier after '(Type).', not '{}'";
   auto ExpectedModuleIdentifier = "expected module identifier, not '{}'";
   auto IllegalDeclaration = "illegal Declaration found: {}";