--- 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();