BNF notation for Delphi Grammar
Hi folks.
I starting to write an instrumenter for programs written in Delphi. As
you may know, code instrumentation are language specifics because it
analyzes the program according to the grammar of its language,
recognizes the relevant structures of the program and derives both the
graph and the decorated program upon the semantics of the language.
Following this approach I need the BNF notation for the Delphi Grammar
(Object Pascal) to write the Yacc and Lex input files to generate the
parser and the lexical analyzer and use them within my instrumentation
program.
Does anyone know where I can find a complete BNF notation for the
Delphi Grammar?
TIA,
Gustavo
.
Relevant Pages
- BNF notation for Delphi Grammar
... code instrumentation are language specifics because it ... analyzes the program according to the grammar of its language, ... Following this approach I need the BNF notation for the Delphi Grammar ... parser and the lexical analyzer and use them within my instrumentation ... (comp.programming) - Re: BNF notation for Delphi Grammar
... code instrumentation are language specifics because it ... > Following this approach I need the BNF notation for the Delphi Grammar ... > parser and the lexical analyzer and use them within my instrumentation ... (comp.programming) - Re: Over 100 Microsoft MVPs Have Signed Online Petition - Give Us Back VB!!
... My prime interest is *language* stability. ... "VB data controls" are com controls, ... > I wouldn't ever want to use them in Delphi - or in VB; ... My code is core to the app, business logic that is focused on the market I ... (borland.public.delphi.non-technical) - Re: VB6, VB2005, or Something Else?
... up" the language rather than any requirement of the platform change. ... the site seems to have articles from Borland too. ... don't understand is that you are moving completely to Delphi. ... including a fundamental data type. ... (microsoft.public.vb.general.discussion) - Re: Definition of outdated...
... There are often a reference to a programming language to be 'outdated', ... Looking strictly at the wording, then Java is more outdated than Delphi, ... What imo should be outdated is how money controls hype that controls ... (borland.public.delphi.non-technical) |
|