资源列表
[编译器/词法分析] TrainingSrc
说明:code files and documentation for the freescale MC13193 evaluation kit along with demo application software<grmitch16> 在 2025-06-14 上传 | 大小:588kb | 下载:0
[编译器/词法分析] Pascal-subset-compile
说明:按照Pascal子集的语法,并参考Pascal语言的语义,设计并实现Pascal子集的编译程序,给出各阶段的设计资料和实现成果-Subsets according to the syntax of Pascal and Pascal language reference semantics, design and implementation of a subset of the Pascal compiler, given the various stages of the design da<刘敬贤> 在 2025-06-14 上传 | 大小:585kb | 下载:0
[编译器/词法分析] msjet35
说明:its all about communication<Rushabh k Modi> 在 2025-06-14 上传 | 大小:587kb | 下载:0
[编译器/词法分析] vc_SLRStar
说明:一个vc++编写的词法语法分析程序,可以直接编译运行.-A lexical and syntactical analysis program written in Visual C++, can be compiled directly and run.<feng> 在 2025-06-14 上传 | 大小:588kb | 下载:0
[编译器/词法分析] grammar
说明:预测分析法(LL(1)方法)的基本思想是:从文法开始符S出发,从左到右扫描源程序,每次通过向前查看 1 个字符,选择合适的产生式,生成中间推导过程以及句子的最左推导。本程序可以输入预测分析表,输出最左推导和中间过程。(The basic idea of prediction analysis method (LL (1)) is to start from the grammar start symbol S, and scan the source program from left to r<lwqcinder> 在 2025-06-14 上传 | 大小:587kb | 下载:0