--- a/src/Lexer.h Sun Feb 02 17:06:39 2014 +0200 +++ b/src/Lexer.h Sun Feb 02 18:07:06 2014 +0200 @@ -99,6 +99,7 @@ } String PeekNextString (int a = 1); + String DescribePosition(); private: TokenList mTokens;