Re: [fpc-devel] Idea/question about a language (syntax) extension

2009-12-21 Thread Flávio Etrusco
On Tue, Dec 22, 2009 at 2:27 AM, Alexander Klenin wrote: > On Tue, Dec 22, 2009 at 14:42, Paul Ishenin wrote: >> 22.12.2009 11:30, Flávio Etrusco wrote: >>> >>> Hi all, >>> I want to propose a syntax extension for the compiler to check >>> parameters' name on function/procure calls. Would such a

Re: [fpc-devel] Idea/question about a language (syntax) extension

2009-12-21 Thread Alexander Klenin
On Tue, Dec 22, 2009 at 14:42, Paul Ishenin wrote: > 22.12.2009 11:30, Flávio Etrusco wrote: >> >> Hi all, >> I want to propose a syntax extension for the compiler to check >> parameters' name on function/procure calls. Would such a patch be >> accepted? Does anybody have a suggestion for the  syn

Re: [fpc-devel] Idea/question about a language (syntax) extension

2009-12-21 Thread Flávio Etrusco
On Tue, Dec 22, 2009 at 1:42 AM, Paul Ishenin wrote: > 22.12.2009 11:30, Flávio Etrusco wrote: >> >> Hi all, >> I want to propose a syntax extension for the compiler to check >> parameters' name on function/procure calls. Would such a patch be >> accepted? Does anybody have a suggestion for the  s

Re: [fpc-devel] Idea/question about a language (syntax) extension

2009-12-21 Thread Paul Ishenin
22.12.2009 11:30, Flávio Etrusco wrote: Hi all, I want to propose a syntax extension for the compiler to check parameters' name on function/procure calls. Would such a patch be accepted? Does anybody have a suggestion for the syntax? (i guess something along the line of a compiler directive to g

[fpc-devel] Idea/question about a language (syntax) extension

2009-12-21 Thread Flávio Etrusco
Hi all, I want to propose a syntax extension for the compiler to check parameters' name on function/procure calls. Would such a patch be accepted? Does anybody have a suggestion for the syntax? (i guess something along the line of a compiler directive to go together with the parameter value to avo