buchenglei / rust-simple-c-compiler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

注释中不能包含*

buchenglei opened this issue · comments

这样可以

#*
this is comments
*#

但是,这样就不行

#*
this is * comments
*#

考虑是DFA设计的有问题