src/lexer_scanner.h

changeset 82
841562f5a32f
parent 80
2ed3430fdd08
child 85
264a61e9eba0
equal deleted inserted replaced
81:071715c17296 82:841562f5a32f
63 } 63 }
64 64
65 lexer_scanner (FILE* fp); 65 lexer_scanner (FILE* fp);
66 ~lexer_scanner(); 66 ~lexer_scanner();
67 bool get_next_token(); 67 bool get_next_token();
68 string read_line();
68 69
69 inline const string& get_token_text() const 70 inline const string& get_token_text() const
70 { 71 {
71 return m_token_text; 72 return m_token_text;
72 } 73 }

mercurial