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

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

[Octave-bug-tracker] [bug #39967] Parse error for valid (?) syntax


From: anonymous
Subject: [Octave-bug-tracker] [bug #39967] Parse error for valid (?) syntax
Date: Fri, 06 Sep 2013 08:51:19 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

Follow-up Comment #2, bug #39967 (project octave):

Sorry for this piecemeal report, but it seems the problem is not with the
parsing of the single quote transpose as my previous test case implied, but
the interleaving of the colon operator and the matrix brackets:

[1;([2 3](:))]

and

[1;(2:3)(:)]

both work, but

[1;[2 3](:)]

doesn't.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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