Menu

#4 JF translator generates incorrect code for Cfa

open
nobody
5
2004-09-28
2004-09-28
dpbarron
No

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].

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.