Mercurial > hg > octave-nkf
comparison libinterp/parse-tree/lex.h @ 16267:15f55df088e7
6/10 commits reworking the lexer
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 11 Mar 2013 14:30:57 -0400 |
parents | 71ee3afedb69 |
children | dbbef00202ff dd7de0345124 |
comparison
equal
deleted
inserted
replaced
16265:71ee3afedb69 | 16267:15f55df088e7 |
---|---|
272 | 272 |
273 bool space_follows_previous_token (void) const; | 273 bool space_follows_previous_token (void) const; |
274 | 274 |
275 bool previous_token_is_binop (void) const; | 275 bool previous_token_is_binop (void) const; |
276 | 276 |
277 bool previous_token_is_keyword (void) const; | |
278 | |
277 bool previous_token_may_be_command (void) const; | 279 bool previous_token_may_be_command (void) const; |
278 | 280 |
279 // true means that we have encountered eof on the input stream. | 281 // true means that we have encountered eof on the input stream. |
280 bool end_of_input; | 282 bool end_of_input; |
281 | 283 |