Re: [fpc-pascal] Object Pascal Grammar in EBNF like style

2013-04-24 Thread Graeme Geldenhuys
On 2013-04-23 14:22, Kenneth Cochran wrote: > Just curious how your efforts turned out? Not much changed since that post. I've made notes [thanks to the wiki links] of what I still have missing. The latest Language Reference doc can be downloaded in INF format (viewable with DocView - also downlo

Re: [fpc-pascal] Object Pascal Grammar in EBNF like style

2013-04-23 Thread Kenneth Cochran
Just curious how your efforts turned out? On Fri, Mar 22, 2013 at 9:59 AM, Graeme Geldenhuys wrote: > On 2013-03-22 13:29, Michael Van Canneyt wrote: > > > > That looks dangerously much, almost verbatim, like the appendix A of the > > Delphi language guide as found in the D7 manual. > > Umm, I d

Re: [fpc-pascal] Object Pascal Grammar in EBNF like style

2013-03-22 Thread Graeme Geldenhuys
On 2013-03-22 13:29, Michael Van Canneyt wrote: > > That looks dangerously much, almost verbatim, like the appendix A of the > Delphi language guide as found in the D7 manual. Umm, I don't have the Delphi manuals, but I do have the Kylix 3 manuals. I see what you mean. I didn't copy it from the

Re: [fpc-pascal] Object Pascal Grammar in EBNF like style

2013-03-22 Thread Graeme Geldenhuys
On 2013-03-22 12:22, Sven Barth wrote: >> * Type Helpers > If you base the work on 2.6.2 then type helpers don't apply (only record > and class helpers). Good to know, thanks. > Regarding generic syntax not much has changed in > mode objfpc since 2.6 was branched (only Delphi mode was improv

Re: [fpc-pascal] Object Pascal Grammar in EBNF like style

2013-03-22 Thread Michael Van Canneyt
On Thu, 21 Mar 2013, Graeme Geldenhuys wrote: Hi, I'm putting together a EBNF like syntax [not strictly EBNF] for the Object Pascal grammar, as implemented by Free Pascal, using the {$mode objfpc} compiler mode. I'm basing the work on FPC 2.6.2 (latest released compiler). The Object Pascal g

Re: [fpc-pascal] Object Pascal Grammar in EBNF like style

2013-03-22 Thread Sven Barth
Am 21.03.2013 19:42, schrieb Graeme Geldenhuys: Hi, I'm putting together a EBNF like syntax [not strictly EBNF] for the Object Pascal grammar, as implemented by Free Pascal, using the {$mode objfpc} compiler mode. I'm basing the work on FPC 2.6.2 (latest released compiler). The Object Pascal gr

[fpc-pascal] Object Pascal Grammar in EBNF like style

2013-03-22 Thread Graeme Geldenhuys
Hi, I'm putting together a EBNF like syntax [not strictly EBNF] for the Object Pascal grammar, as implemented by Free Pascal, using the {$mode objfpc} compiler mode. I'm basing the work on FPC 2.6.2 (latest released compiler). The Object Pascal grammar starts at line 5374. https://github.com/gra