Related articles |
---|
[ANN] Delphi Parser Generator 1.0 released. m.roka@t-online.de (Miklos Roka) (2002-11-12) |
From: | "Miklos Roka" <m.roka@t-online.de> |
Newsgroups: | comp.compilers |
Date: | 12 Nov 2002 14:08:22 -0500 |
Organization: | T-Online |
Keywords: | parse, tools, available |
Posted-Date: | 12 Nov 2002 14:08:22 EST |
The Delphi Parser Generator is a language tool allowing for automatic
generation of LL(k) parsers in Object Pascal Language based on an
intuitive EBNF like grammar. The generated code mimics a hand-written
parser, so that it is easier to debug and leads to shortened
development time compared to state-machine based LR or DFA/NFA
parsers. To compensate theoretical limitations of LL(k) parsers DPG
features several powerful extensions enhancing its functionality far
beyond that of standard LL(k) parsers. The method of syntactic and
semantic predicates makes the writing of meta-parsers simple
routine. The philosophy of DPG is to allow the programmer maximum
control over the parsing process while eliminating all the routine
work.
Visit http://dpg.zenithlab.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.