Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自动扫描仪构造是指用于自动创建扫描仪的正则表达式,但是,我不确定这是如何发生的。我正在阅读“工程编译器”以获得一些理解,但我可能忽略了这个问题。
《Engineering a Compiler》一书,IIRC,掩盖了词汇扫描仪的构建,这是其他书籍很好解决的一个主题。
你想获得 Aho/Sethi/Ullman 的书Compilers(在任何地方都很容易找到),我认为它很好地处理了如何从正则表达式构造词法分析器。