Skip to main content

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

I have been playing around with the java_1_5.g grammar.

After much ado, I decided to start of with simple test; I changed the terminal symbol for into foo and then followed the steps for generating the parser.

Then I build jdt.core and exported the plugin into the plugins folder;

To my chagrin, Eclipse continued to recognize "for" and not "foo." What am I doing incorrectly?

Thanks,
Herr Witten


Back to the top