diff -r 9be16e1c1e44 -r 56ff19947607 src/Lexer.h --- a/src/Lexer.h Mon Mar 03 01:04:16 2014 +0200 +++ b/src/Lexer.h Mon Mar 03 01:47:39 2014 +0200 @@ -55,6 +55,7 @@ bool next (ETokenType req = TK_Any); void mustGetNext (ETokenType tok); void mustGetAnyOf (const List& toks); + void mustGetSymbol (const String& a); int getOneSymbol (const StringList& syms); void tokenMustBe (ETokenType tok); bool peekNext (TokenInfo* tk = null);