I am using an Compiler called Polyglot which is a highly extendable compiler for Java.
I seem to have run into this Exception while trying to compile some test code:
"Invalid action number found in internal parse table."
How can I make a valid action number for the parse table?
EDIT:
I solved the problem by just fixing my grammar a bit... I had an issue with calling methods without types. (It is late I'm sorry) Now I am more curious to when the Exception above is thrown? And what is an action number?