Related articles |
---|
Delphi parser from TextTransformer grammar Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2009-08-23) |
Re: Delphi parser from TextTransformer grammar marcov@stack.nl (Marco van de Voort) (2009-08-27) |
Re: Delphi parser from TextTransformer grammar Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2009-09-01) |
Re: Delphi parser from TextTransformer grammar marcov@stack.nl (Marco van de Voort) (2009-09-07) |
From: | Marco van de Voort <marcov@stack.nl> |
Newsgroups: | comp.compilers |
Date: | Thu, 27 Aug 2009 17:54:04 +0000 (UTC) |
Organization: | Stack Usenet News Service |
References: | 09-08-040 |
Keywords: | Pascal |
Posted-Date: | 28 Aug 2009 19:52:16 EDT |
On 2009-08-23, Detlef Meyer-Eltz <Meyer-Eltz@t-online.de> wrote:
> The reason is, that there are some special difficulties with the
> Delphi grammar:
>
> - there is no standard specification of this proprietary language. The
> specification has to be concluded from the Delphi help files. So
> indeed, the completeness of the grammar cannot be proved. The actual
> project can parse the complete VCL which accompanies the CBuilder 6
> and it was tested at more than 2000 files of my installed Delphi
> components.
You could try to run Free Pascal's testsuite. Many of the tests originate in
Delphi incompability bugreports.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.