<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="monospace">Hi.</font><br>
    <font face="monospace"><br>
      I am currently looking into integrating a custom language parser
      into my program and have been <br>
      searching the web for parser generators that can create Pascal
      code from a custom language.<br>
      <br>
      So far in my search i have found the following "options":<br>
      <br>
      * GOLD Parser: <a class="moz-txt-link-freetext" href="http://www.goldparser.org/">http://www.goldparser.org/</a><br>
      Was last updated in sept. 2012 and the lastest pascal
      implementation is not for the lastest version of the program! <br>
      <br>
      * COCO/R: <a class="moz-txt-link-freetext" href="http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/">http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/</a><br>
      Same as with the GOLD parser - last updated in 2014 and lastest
      pascal implementation is for an older version of the program.<br>
      <br>
      * TP Yacc/Lex: (included in Free Pascal)<br>
      Is included with Free Pascal, but the generated code is non-OO,
      and seems to rely on text-files for input. <br>
      <br>
      So if there is anyone out there who knows of such a generator I
      would be glad to know.<br>
      <br>
      Kind regards,<br>
      Torsten Bonde Christiansen.<br>
      <br>
    </font>
  </body>
</html>