src/Lexer.h

changeset 105
6dbac3305614
parent 103
48472c0678cc
child 108
6409ece8297c
--- a/src/Lexer.h	Sun Feb 09 15:13:02 2014 +0200
+++ b/src/Lexer.h	Sun Feb 09 21:27:55 2014 +0200
@@ -60,7 +60,8 @@
 	bool	PeekNext (Token* tk = null);
 	bool	PeekNextType (EToken req);
 	String	PeekNextString (int a = 1);
-	String	DescribePosition();
+	String	DescribeCurrentPosition();
+	String	DescribeTokenPosition();
 
 	static Lexer* GetCurrentLexer();
 

mercurial