资源列表
semantic_analyse_program
- 用C++编写的语义分析程序,基于LR文法,能实现词法分析,语法分析,返回相应结果,并返回归约过程和四元式。并附有实验报告和源工程。-Written in C++ semantic analysis program, based on the LR grammar, to achieve lexical analysis, parsing, returns the appropriate result, and return to the process of reduction and quat
Compiler-theory-of-curriculum-design
- 这是本人花费一个周完成的编译原理课程设计,也可以作为相关内容的实验报告,里面包括SLR(1)文法和算符优先文法相关内容,包括原代码等,比较详细,希望对各位有所帮助。 -This is my take one week to complete the compiler theory of curriculum design, relevant content can be used as lab reports, which include the SLR (1) grammar, and o
PIC_C30_usm
- 中文版PIC C30 C编译器用户指南,不熟悉E文的可以-Chinese version of the PIC C30 C Compiler User' s Guide, the text can not look familiar E
Huffman
- 赫夫曼编译码器,可以对字符进行编码和译码,还可以打印编码和赫夫曼树-Huffman codec
bison
- BISON 介绍了一种YACC 语法解析器的原理和产生yacc脚本的方法,给出了如何使用BISON制定语法的步骤和语法文件产生的过程。-BISON describes a principle and YACC parser yacc generated scr ipt method shows how to use BISON steps to develop grammar and syntax files generated by the process.
bianyiyuanli
- 有《编译原理》这门课的各章作业和实验程序,还有课件,是学习的好帮手。-A " compiler theory" chapters of this course work and laboratory procedures, and courseware, to learn a good helper.
Grammer_Ana
- 一个简单的语法分析程序,采用LR(1)分析法,并使用递归向下和自上而下的方法。-A simple parser, using the LR (1) analysis, and use the down and top-down recursive approach.
cifa
- 词法分析程序构造原理与实现技术 完成以下正则文法所描述的Pascal语言子集单词符号的词法分析程序。-Construction principles of lexical analysis and realization of the program to complete the following regular grammar describes a subset of Pascal language words symbol of the lexical analysis proc
digui
- 递归下降语法分析设计原理与实现技术 完成以下描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/ -Recursive descent parsing design principles and implementation techniques to complete the following descr iption of ari
CSSParser_src
- 一个简单的CSS代码解析器,C#语言编制。-a simple CSS parser that could be used for analysis the css code.
LX_Complier
- 编译原理 词法分析,语法分析,简单的语义分析,基于C#-Compiler theory lexical analysis, parsing, simple semantic analysis, based on C#
yyfx
- 汇编,语义分析器,把代码转为3元码,简单的算数运算转换-Assembly, semantic analyzer, the code to three yuan code, a simple arithmetic transformation