octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #37099] eval() with '; ' as second parameter c


From: Rik
Subject: [Octave-bug-tracker] [bug #37099] eval() with '; ' as second parameter causes parse error
Date: Wed, 15 Aug 2012 04:13:10 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1

Update of bug #37099 (project octave):

              Item Group:        Incorrect Result => Matlab Compatibility   
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

This bug is actually in the parser, not in eval.  A bare ';' is not
interpreted as NULL_INPUT ';' so it produces an error.  Even simpler test code
is just to type a semicolon at the octave prompt.

Example code:


octave:1> ;
parse error:

  syntax error

>>> ;
    ^




I'm not handy with the parser code so someone else will need to fix this.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37099>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]