<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.ratatanek.cz/hg/lrparser/</link>
    <language>en-us</language>

    <title>lrparser Changelog</title>
    <description>lrparser Changelog</description>
    <item>
    <title>Added a few missing typenames.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/lrparser/rev/ef4865571f4a</guid>
    <description><![CDATA[Added a few missing typenames.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 03 Jun 2010 20:21:43 +0200</pubDate>
</item>
<item>
    <title>Added throw() specification to the destructors of exceptions.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/lrparser/rev/ba28e20577f0</guid>
    <description><![CDATA[Added throw() specification to the destructors of exceptions.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 03 Jun 2010 20:21:28 +0200</pubDate>
</item>
<item>
    <title>Implemented a yacc grammar parser.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/lrparser/rev/21f2d0ed53fa</guid>
    <description><![CDATA[Implemented a yacc grammar parser.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 17 Oct 2009 11:28:00 +0200</pubDate>
</item>
<item>
    <title>Added support for terminal ranges in rules.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/lrparser/rev/78e19479d6a5</guid>
    <description><![CDATA[Added support for terminal ranges in rules.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 16 Oct 2009 15:29:40 +0200</pubDate>
</item>
<item>
    <title>Refactoring.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/lrparser/rev/fe46c20cc9b5</guid>
    <description><![CDATA[Refactoring.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 14 Oct 2009 19:26:45 +0200</pubDate>
</item>
<item>
    <title>lr1_table partially refactored to allow alternative state storage.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/lrparser/rev/b4292bf5d040</guid>
    <description><![CDATA[lr1_table partially refactored to allow alternative state storage.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 14 Oct 2009 19:11:16 +0200</pubDate>
</item>
<item>
    <title>Parser no longer outputs shifts, reductions are accompanied by relevant portion of the input.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/lrparser/rev/6d947faa0f0e</guid>
    <description><![CDATA[Parser no longer outputs shifts, reductions are accompanied by relevant portion of the input.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 14 Oct 2009 16:14:30 +0200</pubDate>
</item>
<item>
    <title>Refactoring: generators, tables and parsers are now independent.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/lrparser/rev/ccee3dc65483</guid>
    <description><![CDATA[Refactoring: generators, tables and parsers are now independent.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 14 Oct 2009 15:07:07 +0200</pubDate>
</item>
<item>
    <title>Fixed examples to the new interface.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/lrparser/rev/d7091a81785c</guid>
    <description><![CDATA[Fixed examples to the new interface.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Tue, 13 Oct 2009 21:44:06 +0200</pubDate>
</item>
<item>
    <title>Added generate_lr1_tables_remapped</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/lrparser/rev/a2ac6a686571</guid>
    <description><![CDATA[Added generate_lr1_tables_remapped]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Tue, 13 Oct 2009 21:43:36 +0200</pubDate>
</item>

  </channel>
</rss>
