there is considerable leeway in deciding whether to recognize structures using the lexical analyzer or grammar rules. for example, the rules.
选择词法分析器还是语法分析器,其差别是值得考虑的。比如,规则。
the lexical analyzer using the lr parsing table unifies the construction method of lexical analyzer and syntax analyzer, simplifies the design and construction of compiler.
使用lr分析表的词法分析器,统一了词法分析器和语法分析器的构造方法,简化了编译程序的设计和构造。
the former cases represent design errors; the latter cases can often be corrected by making the lexical analyzer more powerful, or by rewriting some of the grammar rules.
前者会产生设计错误,后者一般能通过加强词法分析器来修复,或者重写其中一些语法规则。