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

    <title>yapylr-trunk Changelog</title>
    <description>yapylr-trunk Changelog</description>
    <item>
    <title>Partial implementation of regular expressions parser.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/yapylr-trunk/rev/cef8c533ded0</guid>
    <description><![CDATA[Partial implementation of regular expressions 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>Mon, 11 May 2009 08:44:04 +0200</pubDate>
</item>
<item>
    <title>Exceptions are now imported to the package level.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/yapylr-trunk/rev/1bb6a92fb8f7</guid>
    <description><![CDATA[Exceptions are now imported to the package level.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#116;&#101;&#99;&#104;&#110;&#105;&#107;&#97;&#46;&#106;&#117;&#110;&#105;&#111;&#114;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 01 Mar 2009 00:05:56 +0100</pubDate>
</item>
<item>
    <title>Fixed: simple_lexer now supports &quot;'&quot;.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/yapylr-trunk/rev/dd2028181ff5</guid>
    <description><![CDATA[Fixed: simple_lexer now supports &quot;'&quot;.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#116;&#101;&#99;&#104;&#110;&#105;&#107;&#97;&#46;&#106;&#117;&#110;&#105;&#111;&#114;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 01 Mar 2009 00:05:01 +0100</pubDate>
</item>
<item>
    <title>docparser._DecoratedMethod can now be called.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/yapylr-trunk/rev/e4b53133734a</guid>
    <description><![CDATA[docparser._DecoratedMethod can now be called.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#116;&#101;&#99;&#104;&#110;&#105;&#107;&#97;&#46;&#106;&#117;&#110;&#105;&#111;&#114;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 27 Feb 2009 16:45:35 +0100</pubDate>
</item>
<item>
    <title>Added lrparser._Item.is_kernel method.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/yapylr-trunk/rev/0363472cc234</guid>
    <description><![CDATA[Added lrparser._Item.is_kernel method.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#116;&#101;&#99;&#104;&#110;&#105;&#107;&#97;&#46;&#106;&#117;&#110;&#105;&#111;&#114;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 27 Feb 2009 16:45:13 +0100</pubDate>
</item>
<item>
    <title>ParsingError exception now contains an index of the token where the error occured.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/yapylr-trunk/rev/56863120bd56</guid>
    <description><![CDATA[ParsingError exception now contains an index of the token where the error occured.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#116;&#101;&#99;&#104;&#110;&#105;&#107;&#97;&#46;&#106;&#117;&#110;&#105;&#111;&#114;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 26 Feb 2009 16:28:16 +0100</pubDate>
</item>
<item>
    <title>Added the ability to print a state trace after a conflict is detected.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/yapylr-trunk/rev/f636cfdeea22</guid>
    <description><![CDATA[Added the ability to print a state trace after a conflict is detected.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#116;&#101;&#99;&#104;&#110;&#105;&#107;&#97;&#46;&#106;&#117;&#110;&#105;&#111;&#114;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 25 Feb 2009 19:12:19 +0100</pubDate>
</item>
<item>
    <title>Added the 'extract_grammar' function and some documentation to the 'docparser' module.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/yapylr-trunk/rev/9dc6e795cb70</guid>
    <description><![CDATA[Added the 'extract_grammar' function and some documentation to the 'docparser' module.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#116;&#101;&#99;&#104;&#110;&#105;&#107;&#97;&#46;&#106;&#117;&#110;&#105;&#111;&#114;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 25 Feb 2009 18:59:23 +0100</pubDate>
</item>
<item>
    <title>Added support for a more readable output for core objects.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/yapylr-trunk/rev/0b0de0e12978</guid>
    <description><![CDATA[Added support for a more readable output for core objects.<br/>
<br/>
- Rule objects now print using ISO EBNF.<br/>
- _Item objects now print using a slightly modified ISO EBNF.<br/>
<br/>
Conflicts that occur in during a parser construction are<br/>
now reported by raising ActionConflictError, which<br/>
is able to pretty print the state set.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#116;&#101;&#99;&#104;&#110;&#105;&#107;&#97;&#46;&#106;&#117;&#110;&#105;&#111;&#114;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 25 Feb 2009 18:46:47 +0100</pubDate>
</item>
<item>
    <title>Added 'action' and 'matcher' decorators to support docparser.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/yapylr-trunk/rev/30d7ba1295c4</guid>
    <description><![CDATA[Added 'action' and 'matcher' decorators to support docparser.<br/>
<br/>
- Semantic actions must now be decorated with @action decorator.<br/>
- A matcher can now be specified in-class using @matcher decorator.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#116;&#101;&#99;&#104;&#110;&#105;&#107;&#97;&#46;&#106;&#117;&#110;&#105;&#111;&#114;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 25 Feb 2009 17:01:52 +0100</pubDate>
</item>

  </channel>
</rss>
