Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Kay Röpke
kroepke(at)classdump(dot)org
Also see my personal page for the Objective-C target at http://classdump.org/pages/antlr. I put up binaries there.

Status

As of mid September '06 it can build ASTs and tree parsers are working. (smile)
The next ANTLR beta release will include a working Xcode plugin, so you can automatically generate your grammars from within Xcode.
It automatically tracks all the dependencies between the different grammars in your project to build them in the right order.
Common error messages and warnings are picked up for display in Xcode using the new -message-format gnu option in ANTLR.
There remain some errors and warnings which cannot be picked up yet, due to missing information in ANTLR itself, but this will change in the future.

...