Issues
- 0
词法分析器中重复的和没有用的代码应该被去掉
#14 opened by buchenglei - 0
优化token中Word和WordType的逻辑
#16 opened by buchenglei - 0
词法分析器中可以识别!=但不能识别!
#15 opened by buchenglei - 2
忘了设计识别各种值类型和注释的DFA
#8 opened by buchenglei - 0
看看有没有办法将注释从#改回/
#11 opened by buchenglei - 0
词法分析器识别出来的Token位置不对
#13 opened by buchenglei - 0
注释中不能包含*
#12 opened by buchenglei - 1
由于获取字符的时候替换了换行符导致识别//注释的DFA无法实现
#10 opened by buchenglei - 2
为什么在识别词法单元时,会返回回车?
#7 opened by buchenglei - 0
识别字符值的DFA不能接受空值
#9 opened by buchenglei - 1
代码逻辑有点混乱,待完善
#6 opened by buchenglei - 1
需要在源代码的字符缓冲区中加上一个结束标记
#2 opened by buchenglei - 0
识别标识符时多了一个空白符
#3 opened by buchenglei - 0
在file模块中指针回退,但位置没有变化
#5 opened by buchenglei - 0
模拟nfa的过程有问题
#4 opened by buchenglei - 0
读取源代码文件时不支持中文
#1 opened by buchenglei