src/Expression.h

changeset 106
9174be9ac686
parent 94
8915ee6a277d
child 108
6409ece8297c
--- a/src/Expression.h	Sun Feb 09 21:27:55 2014 +0200
+++ b/src/Expression.h	Sun Feb 09 22:43:58 2014 +0200
@@ -57,6 +57,7 @@
 		Lexer*					mLexer;
 		SymbolList				mSymbols;
 		EType					mType;
+		String					mBadTokenText;
 
 		ExpressionValue*		Evaluate(); // Process the expression and yield a result
 		ExpressionSymbol*		ParseSymbol();

mercurial