[LWN Logo]

From: David Stes <stes@kava.be>
Subject: POC 2.3.11 (Objective-C preprocessor) for Linux
Date: Mon, 12 Jul 1999 20:37:16 +0200


Release 2.3.11 of the POC (Portable Object Compiler) is now at
/pub/Linux/Incoming at metalab.unc.edu, i.e., at

  http://metalab.unc.edu/pub/Linux/Incoming/objc-2.3.11.tar.gz

This is an Objective-C preprocessor that translates Objective-C to C.

The new version will replace the old version that is, for the moment, at
http://metalab.unc.edu/pub/Linux/devel/lang/objc/.

This new version (2.3.11) has Objective-C classes with names (for
selectors) that correspond better to Smalltalk/Squeak (esp. in the
Rectangle and Dictionary classes).

Also, there are new classes for parsing C code, such as the 'TypeOf'
class for parsing __typeof() constructs.