The next scanner state in the SmaCCGLRParser is named nextScannerState and the previous one is named lastState. For consistency's sake, I think nextScannerState and previousScannerState fit better. It also avoids confusion with currentState from #51.
The next scanner state in the SmaCCGLRParser is named
nextScannerState
and the previous one is namedlastState
. For consistency's sake, I thinknextScannerState
andpreviousScannerState
fit better. It also avoids confusion withcurrentState
from #51.