src/Lexer.h

changeset 89
029a330a9bef
parent 88
5def6ff8b466
child 91
427eb377d53e
equal deleted inserted replaced
88:5def6ff8b466 89:029a330a9bef
97 { 97 {
98 mTokenPosition += a; 98 mTokenPosition += a;
99 } 99 }
100 100
101 String PeekNextString (int a = 1); 101 String PeekNextString (int a = 1);
102 String DescribePosition();
102 103
103 private: 104 private:
104 TokenList mTokens; 105 TokenList mTokens;
105 Iterator mTokenPosition; 106 Iterator mTokenPosition;
106 107

mercurial