Announce: Delphi Parser Generator 1.0.1 Demo

"Miklos Roka" <m.roka@t-online.de>
25 Sep 2002 23:54:31 -0400

          From comp.compilers

Related articles
Announce: Delphi Parser Generator 1.0.1 Demo m.roka@t-online.de (Miklos Roka) (2002-09-25)
| List of all articles for this month |

From: "Miklos Roka" <m.roka@t-online.de>
Newsgroups: comp.compilers
Date: 25 Sep 2002 23:54:31 -0400
Organization: T-Online
Keywords: parse, Pascal, available
Posted-Date: 25 Sep 2002 23:54:31 EDT

Hello,


Delphi Parser Generator (DPG) is a language tool which allows you to
build LL(k) parsers in Object Pascal language. The generated parser
mimics a hand written parser, so the generated code is easy to debug
which results a shorter develop cycle compared to LR or any DFA/NFA
based parsers. The tool uses advanced constructions to extend the
generated parser functionality beyond the limitations of LL(k) parsers.


Now it comes with an Integrated Development Environment (IDE)


Visit: http://dpg.zenithlab.com


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.