diff trunk/src/dil/Messages.d @ 631:2feb88f5c867

Added dil.parser.ExpressionParser and dil.parser.Factory.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 12 Jan 2008 01:56:04 +0100
parents 506ce60760d8
children fe66cecb6ec9
line wrap: on
line diff
--- a/trunk/src/dil/Messages.d	Fri Jan 11 21:01:07 2008 +0100
+++ b/trunk/src/dil/Messages.d	Sat Jan 12 01:56:04 2008 +0100
@@ -146,4 +146,5 @@
   auto DeclConflictsWithDecl = "declaration '{}' conflicts with declaration @{}";
   auto VariableConflictsWithDecl = "variable '{}' conflicts with declaration @{}";
   auto InterfaceCantHaveVariables = "an interface can't have member variables";
+  auto MixinArgumentMustBeString = "the mixin argument must evaluate to a string";
 }