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

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

[Octave-bug-tracker] [bug #51688] support for "import" keyword


From: Rik
Subject: [Octave-bug-tracker] [bug #51688] support for "import" keyword
Date: Wed, 9 Aug 2017 16:40:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #11, bug #51688 (project octave):

Does the Limitation mentioned in the documentation hint that this may be done
more simply through a pre-processor?

What if the import statement was similar to the #define of the C
preprocessor?


import containers.Map
=>
#define Map containers.Map


Or if we use perl regexp


import containers.Map
=>
s/(?<!\.)Map\b/containers.Map/g




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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