mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 05:29:36 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() o support for declaring external Objective-C classes (see rtl/inc/objcbase.pas), including derived classes o support for converting methods of objcclasses into selectors (see tests/test/tobjc1.pp) o support for loading from/storing to fields of objcclasses o support for calling Objective-C methods using regular Object Pascal syntax (see tests/test/tobjc1.pp) o some things that are known to be not yet working: o automatic conversion from ID to objcclasses and back o declaring and implementing new objcclasses/methods in Pascal code o debug information (objcclasses are currently plain pointers as far as the debugger knows) git-svn-id: branches/objc@13162 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |