Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Compiler Extension

I will consult the documentation more closely in a few weeks, but any helpful tips will be appreciated.

I want to add some features to the java compiler, including new java syntax.

Is there a plugin architecture for this?
Do I need to subclass existing classes?
Do I need to rewrite existing classes?
which classes in particular? Parser/Compiler, .....
How best to express new grammars?
etc.

Thanks for your time and patience.

Sincerely,
Herr Witten



Back to the top