diff 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
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.h	Mon Mar 11 14:29:19 2013 -0400
+++ b/libinterp/parse-tree/lex.h	Mon Mar 11 14:30:57 2013 -0400
@@ -274,6 +274,8 @@
 
   bool previous_token_is_binop (void) const;
 
+  bool previous_token_is_keyword (void) const;
+
   bool previous_token_may_be_command (void) const;
 
   // true means that we have encountered eof on the input stream.