<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 4/01/2013 7:10 AM, Andrzej Borucki
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAE2KeAKgXdMy2Xd_gTYcH50Ys266xS1PahcWRn33UKyBSqAo1Q@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">2013/1/3 Jonas Maebe <span dir="ltr"><<a
            moz-do-not-send="true"
            href="mailto:jonas.maebe@elis.ugent.be" target="_blank">jonas.maebe@elis.ugent.be</a>></span><br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div style="word-wrap:break-word">
            <div>The parser is a manually written recursive-descent
              parser. There is no formal grammar.</div>
          </div>
        </blockquote>
        <div><br>
          Thanks. It is possible restore EBNF grammar  from this
          sources? It is difficult, is anywhere definitions?<br>
          I found:<br>
          <a moz-do-not-send="true"
            href="http://www.geocities.ws/robertzierer/Grammar.html">http://www.geocities.ws/robertzierer/Grammar.html</a><br>
          <a moz-do-not-send="true"
            href="http://bernhard.userweb.mwn.de/Pascal-EBNF.html">http://bernhard.userweb.mwn.de/Pascal-EBNF.html</a><br>
          <a moz-do-not-send="true"
href="http://www.felix-colibri.com/papers/compilers/pascal_grammar/pascal_grammar.html">http://www.felix-colibri.com/papers/compilers/pascal_grammar/pascal_grammar.html</a></div>
      </div>
    </blockquote>
    <br>
    I have also found the following:<br>
    <a href="http://dgrok.excastle.com/Grammar.html">http://dgrok.excastle.com/Grammar.html</a><br>
    <a href="http://goldparser.org/grammars/index.htm">http://goldparser.org/grammars/index.htm</a><br>
    <br>
    But nothing that does generics.<br>
    There is also: <a
      href="https://github.com/jacobthurman/Castalia-Delphi-Parser">https://github.com/jacobthurman/Castalia-Delphi-Parser</a>
    but I don't know how compatible it is with FreePascal and from I
    last heard, doesn't handle generics..<br>
    <br>
    Cheers,<br>
    Nick<br>
    <br>
  </body>
</html>