SmaCCRefactoring / SmaCC

Smalltalk Compiler Compiler : a parser generator
Other
32 stars 15 forks source link

Inconsistent naming in SmaCCGLRParser #52

Open ToshRaka opened 6 years ago

ToshRaka commented 6 years ago

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.