资源列表
decaf_PA1
- 使用lex和yacc写的Decaf语言的编译器前段代码,包括词法分析与语法分析。 Decaf是一门类Java的教学语言-Written using lex and yacc compiler front-end code, including lexical analysis and syntax analysis
comlier1
- 设计SAMPLE语言的词法分析器 检查要求: a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c) 输出结果为单词的二元式序列(样式见样板输出1和2); d) 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行); 注释部分缺右边的界符*/(注释要求左右边分别用/
Complier
- PL/0语言编译器的中间代码生成。要求用递归子程序法/或预测分析法实现对表达式、各种说明语句、控制语句进行语法分析。若语法正确,则用语法制导翻译法进行语义翻译:对说明语句,要求将说明的各符号记录到相应符号表中;对可执行语句,应产生出四元式中间代码并填写到三地址码表中; 若语法错误,要求指出出错性质和出错位置(行号)。出错处理应设计成一个出错处理子程序。 -The PL/0 language compiler intermediate code generation. Require the
Lexical-analyzer-code
- 词法分析器代码,用的JAVA语言,比较简单,可以作为课件演示-Lexical analyzer code, with JAVA language, is simpler, can be used as a courseware demonstration
CMMinterpretercpp
- 编译原理课程设计 CMM解释器完整C++源代码 包括词法分析,语法分析和语义分析以及界面设计的源代码-Compiler theory of curriculum design CMM interpreter complete C++ source code, including lexical analysis, parsing and semantic analysis of source code and interface design
bch
- 用c编写的bch码编译码源程序,希望对大家有所帮助。-Bch written with c source code encoding and decoding, we want to help
more-people-chat
- 多人聊天用Visual c++ 编译器来运行,用WSAAsyncSelect模式来处理的。-more people chat
GFq_LDPC_NTT
- 用C语言编的多进制LDPC码编译码仿真程序-Encoding and decoding of LDPC codes
insertTable
- 编译原理中查填符号表的实现 适合编译原理初学者参考 对编译的实现由一定的了解-Check to fill in the realization of the symbol table in compiler theory, suitable for the beginner reference of compiler theory, compiled to achieve a certain understanding
C-Decompiler
- this file is c++ decompiler
Editor
- Editor编辑器,简单实用方便,适合网站开发人员使用。-Editor Editor is simple and practical, suitable for web site developers use.
myCompiler-SourceCode
- 编译原理龙书附录 一个完整的编译器前端-compilers principles , techniques and tools appendix
