[fpc-pascal] Codetools and C-style constructs

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Dec 18 23:56:16 CET 2012


On Tue, 18 Dec 2012 21:13:22 +0000
Howard Page-Clark <hdpc at talktalk.net> wrote:

> Looking through some of the codetools sources makes me wonder if the 
> codetools overlooks some C-style FPC operators.
> 
> KeywordFuncLists.pas, for instance, seems not to know about >>, <<,
> +=, -=, *=, /=.

I added the << and >>.
The others are assignment operators. AFAIK they can not be overloaded.
 
> Or are these operators are catered for elsewhere in the codetools?

Can you give an example, in what context you are missing an operator?

Mattias



More information about the fpc-pascal mailing list