<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://plero.fei.tuke.sk/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://plero.fei.tuke.sk/feed.php">
        <title>pLERO</title>
        <description></description>
        <link>http://plero.fei.tuke.sk/</link>
        <image rdf:resource="http://plero.fei.tuke.sk/lib/tpl/dokuwiki-mod/images/favicon.ico" />
       <dc:date>2026-07-20T22:08:12+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://plero.fei.tuke.sk/doku.php?id=grammar-language&amp;rev=1369744882&amp;do=diff"/>
                <rdf:li rdf:resource="http://plero.fei.tuke.sk/doku.php?id=plero-language&amp;rev=1369126524&amp;do=diff"/>
                <rdf:li rdf:resource="http://plero.fei.tuke.sk/doku.php?id=start&amp;rev=1369746191&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://plero.fei.tuke.sk/lib/tpl/dokuwiki-mod/images/favicon.ico">
        <title>pLERO</title>
        <link>http://plero.fei.tuke.sk/</link>
        <url>http://plero.fei.tuke.sk/lib/tpl/dokuwiki-mod/images/favicon.ico</url>
    </image>
    <item rdf:about="http://plero.fei.tuke.sk/doku.php?id=grammar-language&amp;rev=1369744882&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-28T14:41:22+02:00</dc:date>
        <title>grammar-language</title>
        <link>http://plero.fei.tuke.sk/doku.php?id=grammar-language&amp;rev=1369744882&amp;do=diff</link>
        <description>Grammars for pLERO are written in a simple format based on BNF. Each rule has the following form:


[nonterminal] ::= [sequence_of_terminals_and_nonterminals]


Terminals must be enclosed in apostrophes.

Examples

Expression language


Expr ::= Expr '+' Expr
Expr ::= Expr '-' Expr
Expr ::= Expr '*' Expr
Expr ::= Expr '/' Expr
Expr ::= Term
Term ::= Int
Term ::= '(' Expr ')'
Int ::= N
Int ::= N Int
N ::= '0'
N ::= '1'
N ::= '2'
N ::= '3'
N ::= '4'
N ::= '5'
N ::= '6'
N ::= '7'
N ::= '8'
N ::= '9…</description>
    </item>
    <item rdf:about="http://plero.fei.tuke.sk/doku.php?id=plero-language&amp;rev=1369126524&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-21T10:55:24+02:00</dc:date>
        <title>plero-language</title>
        <link>http://plero.fei.tuke.sk/doku.php?id=plero-language&amp;rev=1369126524&amp;do=diff</link>
        <description>pLERO is the pattern Language of Extended Refactoring Operators. Through pLERO it is possible to define patterns for grammar refactoring or other transformations, applicable to grammars expressed in BNF. That is, pLERO is a language for defining parameterless operators of a problem class.</description>
    </item>
    <item rdf:about="http://plero.fei.tuke.sk/doku.php?id=start&amp;rev=1369746191&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-28T15:03:11+02:00</dc:date>
        <title>start</title>
        <link>http://plero.fei.tuke.sk/doku.php?id=start&amp;rev=1369746191&amp;do=diff</link>
        <description>pLERO is a formal specification language for preserving knowledge of grammar engineers, complementing mARTINICA, the universal approach for automated refactoring of context-free grammars.

Download

Experimental implementation of pLERO pattern application system:
[pLERO version 0.1]</description>
    </item>
</rdf:RDF>
