资源列表
ExpressionTree
- this code implements an expression tree using c/c-this code implements an expression tree using c/c++
LR
- lR(0)分析器主要用于输入一定的文法然后系统帮忙分析是否有误-lR (0) parser mainly used for the importation of a certain system of grammar and then to help analyze whether there is any mistake
cifafenxiqi
- 一个简单的词法分析器,希望对大家有所帮助-A simple lexical analyzer, I hope all of you to help
wordanalysis
- 、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|
Lexicalanalysis
- 简单一点的用C++编写的词法分析的源代码
cffxq
- 词法分析器,分析C语言词法是否有误,详情请点击-Analyse about whether the sentence white by Language C is right.
zhidongji
- 编译原理课程设计 有限自动机的运行
RecomandationExercise1
- SSD6 course, Answer for RecommendationExercise1, Recommendation1
knapsack
- knapsack 0/1 n fractional
hhsthththw
- 编译原理的词法分析实验,包括实验源代码、实验说明,初学者能够自己看懂-Compiler Construction Principles of lexical analysis experiments, including experiment source code, the experiment shows that beginners can understand their own
c_compile
- 编译原理的词法语法分析程序,对语法错误进行检查,并对程序进行编译-compiler tenets of lexical analysis procedure syntax, grammatical errors on the check and compile procedures
yufa
- 编译原理实验递归下降语法分析源程序,判断句子是否符合文法规定