src/Lexer.h

changeset 116
56ff19947607
parent 115
9be16e1c1e44
--- 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<ETokenType>& toks);
+	void	mustGetSymbol (const String& a);
 	int		getOneSymbol (const StringList& syms);
 	void	tokenMustBe (ETokenType tok);
 	bool	peekNext (TokenInfo* tk = null);

mercurial