[fpc-devel] class abstract, class sealed implementation. please review.
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Oct 19 10:35:02 CEST 2009
On 17 Oct 2009, at 08:22, Paul Ishenin wrote:
> Alexander Klenin wrote:
>> 3) This patch introduces new keyword -- what about backwards
>> compatibility? The code like:
>> type T = class sealed: Boolean; end;
>> will stop compiling after the patch. Maybe it is better to use
>> another syntax?
>>
> Same with any other keywords. If we want to compile delphi projects
> then we need to support delphi syntax.
Are they real keywords in Delphi? E.g., a lot of modifiers such as
"default" and "register" are not keywords. You can perfectly declare
variables of procedures with these names.
Jonas
More information about the fpc-devel
mailing list