When the flex option Cfa is chosen, jf incorrectly generates an array named yy_nxt. It should be defined as "public int [,]yy_nxt". yylex.template.cs will also need to be updated to use the comma instead of [x][y], it should be [x,y].
Log in to post a comment.