资源列表
nie
- 编译原理中实现中间代码生成 语义分析 完整实验报告-Compiler Construction Principles to achieve a complete semantic analysis of experimental report
lab4-part1
- 一个编译器的实现,主要实现了精确报错,优于微乳的的visual c++ 代码是用c语言通过链表和指针实现的-Implementation of a compiler, mainly to achieve a precise Baocuo better than microemulsion of visual c++ code in c language is achieved through the linked list and pointer
tfft
- 利用python产生verilog test 文件-use python to generate verilog test file
AsmFun
- AsmFun(汇编指令查询器) V1.3 Build 07.01 绿色版 1、可查询汇编指令(支持过滤查询) 2、添加常用工具(支持自定路径,请自行修改config.ini) 3、支持QQ窗体的缩入伸出功能(先点击收缩窗品按钮,然后拉到桌面顶端) 版本:1.3 Build 07.01 增加:添加、修改、删除 指令功能 指令列表支持鼠标滚动 修正了某些Bug 添加运行、关闭特效 修正收缩窗口的Bug 屏敝了右键菜单 添加
suanfuyouxian
- 有算符优先方法实现语法分析,分析的是表达式文法。 E->T|E+T T->F|T*F F->i|(E)-Are the preferred method for achieving operator syntax analysis, the analysis is the expression grammar. E->T|E+T T->F|T*F F->i|(E)
c_basew
- 编译原理 PL0功能扩充 for c语言实现-Compiler Construction Principles PL0 function expansion for c language implementation
test
- 编译原理实验,要求做的词法分析器,功能很简单-cifafenxiqi
Python
- python source code descr iption
cifasaomiaoqi
- 设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。例如源程序为C语言。输入如下一段: main() { int a,b a = 10 b = a + 20 } 输出如图: (2,”main”) (5,”(“) (5,”)“) (5,”{“) (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”)
LR
- 一个slr(1)的 语法分析器 可以自行输入文法-1 slr (1) parser can enter your own grammar
RemarkMarco
- 源代码注释快捷脚本,可以方便的设置各种注释,比如函数注释,单行注释,类注释,文件注释,头注释等-The open source code edit comment,eg: function comment,class comment,c file comment,h file comment ....
fa-1.0.0.tar
- 一个不可多得的Z80为目标机的编译器源程序,是学习编译原理和进行实践的好资料 -A rare Z80 target machine compiler source, is to learn theory and practical experience to compile a good information
