buchenglei/rust-simple-c-compiler

识别标识符时多了一个空白符

buchenglei opened this issue · 0 comments

遇到空白符时,状态转移到了可接受状态,只有在识别下一个字符时,才能返回前一个token。
应该提前一个字符返回才对。

Commit 43645e1