diff src/lex.ll @ 11217:521373e25613

correctly parse {1 2 {3 4}}
author John W. Eaton <jwe@octave.org>
date Tue, 09 Nov 2010 18:12:17 -0500
parents 4db7beace28e
children b2191ebea12f
line wrap: on
line diff
--- a/src/lex.ll	Tue Nov 09 12:03:21 2010 -0800
+++ b/src/lex.ll	Tue Nov 09 18:12:17 2010 -0500
@@ -2361,7 +2361,7 @@
 
   lexer_flags.quote_is_transpose = true;
   lexer_flags.convert_spaces_to_comma = true;
-  lexer_flags.looking_for_object_index = true;
+  lexer_flags.looking_for_object_index = false;
   lexer_flags.at_beginning_of_statement = false;
 
   yylval.tok_val = new token (value, yytext, input_line_number,