<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lex.flex.general">
    <title>gmane.comp.lex.flex.general</title>
    <link>http://blog.gmane.org/gmane.comp.lex.flex.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lex.flex.general/2990"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lex.flex.general/2988"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lex.flex.general/2984"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lex.flex.general/2983"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lex.flex.general/2978"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lex.flex.general/2977"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lex.flex.general/2976"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lex.flex.general/2990">
    <title>[PATCH] Convert the testsuite to autotest</title>
    <link>http://comments.gmane.org/gmane.comp.lex.flex.general/2990</link>
    <description>&lt;pre&gt;Hi,

attached is a bzipped patch to convert the testsuite to
autotest.  A fine-grained version that proves that the data
files are imported verbatim can be found at
&amp;lt;URI:https://github.com/scfc/flex/tree/autotest&amp;gt;.

  The patch is based on my previous "m4-nopreproc" patch but
it should be possible to adapt it to HEAD if care is taken
of the "--skeldir" option.

Tim
_______________________________________________
help-flex mailing list
help-flex&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/help-flex
&lt;/pre&gt;</description>
    <dc:creator>Tim Landscheidt</dc:creator>
    <dc:date>2011-11-19T01:36:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lex.flex.general/2988">
    <title>m4 and skeleton system</title>
    <link>http://comments.gmane.org/gmane.comp.lex.flex.general/2988</link>
    <description>&lt;pre&gt;Hi,

I'm looking at adding support for PHP to flex, and it looks
generally feasible.

  What I don't quite understand is the reasoning behind
flex's skeleton system.  While Bison's is pretty straight
forward, - CMIIW - flex processes the skeleton with m4 to a
C array, then implements some "%if-..." control structures
of its own and processes the result again with m4 (offering
the user another set of control structures for his code).
The only technical advantage to Bison's that I can see from
a distance is that in this way the whole shebang is contain-
ed in one binary.

  So with regard to my goal, should I go for "%if-php-only",
or would a patch to streamline the skeleton system first be
met favourably?

TIA,
Tim
&lt;/pre&gt;</description>
    <dc:creator>Tim Landscheidt</dc:creator>
    <dc:date>2011-11-01T01:30:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lex.flex.general/2984">
    <title>get "unrecognised rule" error</title>
    <link>http://comments.gmane.org/gmane.comp.lex.flex.general/2984</link>
    <description>&lt;pre&gt;_______________________________________________
help-flex mailing list
help-flex&amp;lt; at &amp;gt;gnu.org
http://lists.gnu.org/mailman/listinfo/help-flex
&lt;/pre&gt;</description>
    <dc:creator>sdatta</dc:creator>
    <dc:date>2010-01-23T20:41:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lex.flex.general/2983">
    <title>trouble with assigning values to tokens</title>
    <link>http://comments.gmane.org/gmane.comp.lex.flex.general/2983</link>
    <description>&lt;pre&gt;_______________________________________________
help-flex mailing list
help-flex&amp;lt; at &amp;gt;gnu.org
http://lists.gnu.org/mailman/listinfo/help-flex
&lt;/pre&gt;</description>
    <dc:creator>Una Radovanovic</dc:creator>
    <dc:date>2010-01-03T23:05:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lex.flex.general/2978">
    <title>unicode character in flex</title>
    <link>http://comments.gmane.org/gmane.comp.lex.flex.general/2978</link>
    <description>&lt;pre&gt;_______________________________________________
help-flex mailing list
help-flex&amp;lt; at &amp;gt;gnu.org
http://lists.gnu.org/mailman/listinfo/help-flex
&lt;/pre&gt;</description>
    <dc:creator>Mahalingam Arumugam</dc:creator>
    <dc:date>2009-09-28T04:05:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lex.flex.general/2977">
    <title>Printing Flex Chart Application with FireFox 2 and later</title>
    <link>http://comments.gmane.org/gmane.comp.lex.flex.general/2977</link>
    <description>&lt;pre&gt;Hi, I have problem with printing functionality in FireFox. The print preview
shows an empty page. So the user ends with this step and thinks no print is
available. Another problem is when I try to print directly not the whole
application will be printed.

Is there an easy way to get FireFox to print correctly.

Thank you for all your helpful answers.
&lt;/pre&gt;</description>
    <dc:creator>Thomas Wukasch</dc:creator>
    <dc:date>2009-08-26T09:31:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lex.flex.general/2976">
    <title>set flex start conditions from bison?</title>
    <link>http://comments.gmane.org/gmane.comp.lex.flex.general/2976</link>
    <description>&lt;pre&gt;Is it possible to set the flex start conditions from within bison? I've set a couple of lexer start 
conditions in the flex file and added yy_push_state() to the bison file, which already includes a flex-
generated header. Nonetheless, the compiler still complains that the start condition symbol (named s_element) 
is undeclared. As the start condition symbol is described in the flex file as:

#ifdef YY_HEADER_EXPORT_START_CONDITIONS
#define INITIAL 0
#define s_element 1

#endif

That leads me to believe that some other tweaking is needed to at least define 
YY_HEADER_EXPORT_START_CONDITIONS and therefore declare the start condition symbol.

So, how do we set flex start conditions from within a bison file?


Thanks in advance,
Rui Maciel
&lt;/pre&gt;</description>
    <dc:creator>Rui Maciel</dc:creator>
    <dc:date>2009-08-24T12:32:42</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lex.flex.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lex.flex.general</link>
  </textinput>
</rdf:RDF>

