Projects: Difference between revisions

Jump to navigation Jump to search
11 bytes removed ,  18 November 2011
m
Line 89: Line 89:


*Fix the parser so that
*Fix the parser so that
*:<code>if (expr) 'this is a string' end</code>
 
*:is parsed as IF expr STRING END.
  if (expr) 'this is a string' end
 
is parsed as IF expr STRING END.


*Clean up functions in input.cc that handle user input (there currently seems to be some unnecessary duplication of code and it seems overly complex).
*Clean up functions in input.cc that handle user input (there currently seems to be some unnecessary duplication of code and it seems overly complex).
Line 135: Line 137:
           unwind_protect_cleanup
           unwind_protect_cleanup
               prefer_column_vectors = save_prefer_column_vectors;
               prefer_column_vectors = save_prefer_column_vectors;
           end_unwind_protectn
           end_unwind_protect
         endfunction
         endfunction


Navigation menu