buchenglei / rust-simple-c-compiler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

模拟nfa的过程有问题

buchenglei opened this issue · comments

在这个 commit 43645e1 中,本来打算用的是模拟NFA的方式实现标识符的匹配,但在模拟NFA的概念理解上出现了偏差,导致不能准确的匹配单词,所以使用模拟NFA的计划暂时放一放,先用DFA实现,回过头来作为学习,再来实现它。

注意 Issue #3