The generated code may not compile due to the pesky 64 KB byte code limit on functions. In my case both the yytable() and the yycheck() functions individually hit this limit. (My grammar is 135 terminals, 82 nonterminals, 328 grammar rules, and 614 states, which results in 10691 elements in each of the arrays).
Version: 1.15