Exception: "Invalid action number found in internal parse table." Polyglot Exception
Posted
by tuckster
on Stack Overflow
See other posts from Stack Overflow
or by tuckster
Published on 2010-04-29T07:24:17Z
Indexed on
2010/04/29
7:27 UTC
Read the original article
Hit count: 384
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?
© Stack Overflow or respective owner