[fpc-pascal] fcl-passrc with Objective-c

Michael Van Canneyt michael at freepascal.org
Wed Oct 2 16:37:21 CEST 2019



On Wed, 2 Oct 2019, Ryan Joseph wrote:

> How well can the parser handle the objective-c mode? At my first attempt it seemed to fail pretty early on so I’m not sure it’s even supported.

Correct, it is not supported.

I don't even know what the allowed syntax is. From your example I see
'required' and 'Optional' - definitely things that are not supported.

AFAIK "objcprotocol" is also not supported, so my guess is that it thinks
this is a type alias, which explains the error message.

Michael.


More information about the fpc-pascal mailing list