[antlr-interest] Objective-c and antlr 3.1
Gavin Lambert
antlr at mirality.co.nz
Tue Nov 25 00:08:12 PST 2008
At 11:34 25/11/2008, Wil Macaulay wrote:
>Sorry if this is a newbie question - I'm interested in using
>Antlr with the objective-c target in xcode, and I notice that all
>links to objective-c info from <http://antlr.org>antlr.org end up
>ultimately pointing to <http://classdump.org>classdump.org, which
>give me a forbidden.
>
>Is there an alternate source?
While I have no idea what kind of state it is in (not having ever
used Objective C myself), there *is* an ObjC target built into
ANTLR v3 already.
So try just setting:
options {
language = ObjC;
}
and see what happens :)
There's also some runtime code under runtime/ObjC in the source
distribution.
More information about the antlr-interest
mailing list