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

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

[Octave-bug-tracker] [bug #39831] New Tex interpreter requires delimiter


From: Michael Goffioul
Subject: [Octave-bug-tracker] [bug #39831] New Tex interpreter requires delimiters around characters
Date: Fri, 23 Aug 2013 14:12:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

Follow-up Comment #1, bug #39831 (project octave):

This is an annoyance. This means the lexer must be aware of the available
symbols and break "\musec" accordingly.

My first idea would then be to hardcode all symbols directly in the lexer.
That is, instead of having a generic lexer rule like:

\\[a-zA-Z]+

I must list all possible symbols.

Any better idea is welcome.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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