buchenglei / rust-simple-c-compiler

一个使用Rust实现的simple C的编译器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

词法分析器中可以识别!=但不能识别!

buchenglei opened this issue · comments

主要是因为token模块中str_to_word(),不完整导致的,如下代码:

处理运算符时候的问题