资源列表
Lexical-analysis
- 一个简单的词法分析程序 从文件读入并将结果写入文件-A simple lexical analysis program read from a file and write the results file
PL0AnalyzeXB
- 编译原理试验中,实现对pl0的词法分析,语法语义分析及符号表-Compiler theory test, to achieve pl0 lexical analysis, semantic analysis and symbol table
ok
- 编译原理实验,实现的是词法分析和语法分析的功能-Compiler theory test, to achieve the lexical analysis and parsing functions
bianyiqi
- 编译原理实验中的编译器设计,能实现词法分析和语法分析-Principle experiment compilation compiler design
font
- 用符号画出你所设置的字体 编译器是vs2008-Draw your symbol font set is vs2008 compiler
cifafenxi
- 词法分析程序,VC++6.0调试成功.编译原理源程序,词法分析器程序。-Lexical analysis program, VC++6.0 debugging success. Source compiler theory, lexical analyzer program.
grammar_analyse_program
- 一个用C++编写的简单的语法分析程序,是在词法分析的基础上进行的编写,能识别出一个句子,并返回该句子的语法信息,并返回词法分析结果。并附有源程序工程和实验报告。-Written in C++ a simple parser, lexical analysis is based on the preparation, can identify a sentence, the sentence syntax and returns the information, and returns the r
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.