Announce: Delphi Parser Generator

"Miklos Roka" <dpg@zenithlab.com>
15 Jul 2002 23:46:16 -0400

          From comp.compilers

Related articles
Announce: Delphi Parser Generator dpg@zenithlab.com (Miklos Roka) (2002-07-15)
| List of all articles for this month |

From: "Miklos Roka" <dpg@zenithlab.com>
Newsgroups: comp.compilers
Date: 15 Jul 2002 23:46:16 -0400
Organization: T-Online
Keywords: parse, Pascal, available
Posted-Date: 15 Jul 2002 23:46:15 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.


Visit: http://dpg.zenithlab.com


Post a followup to this message

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