-
- Downloads
Remove unneeded acceptState variable from generated Lexer.getToken
Its value was never really used - the code only ever checked if it is -1 (its initial value) or not. The existing acceptToken variable can fulfill the same purpose - it's also initially -1 and set to a different value at the same time as acceptState.
Loading
Please register or sign in to comment