Closed iduhetonas closed 11 years ago
Currently, the commentFSA function returns an empty lexeme and the remaining part of the String, but this will cause problems with the Driver. Instead, we need to call getToken within commentFSA to continue with the state-machine process.
Currently, the commentFSA function returns an empty lexeme and the remaining part of the String, but this will cause problems with the Driver. Instead, we need to call getToken within commentFSA to continue with the state-machine process.