资源列表
hhsthththw
- 编译原理的词法分析实验,包括实验源代码、实验说明,初学者能够自己看懂-Compiler Construction Principles of lexical analysis experiments, including experiment source code, the experiment shows that beginners can understand their own
knapsack
- knapsack 0/1 n fractional
zhidongji
- 编译原理课程设计 有限自动机的运行
RecomandationExercise1
- SSD6 course, Answer for RecommendationExercise1, Recommendation1
cffxq
- 词法分析器,分析C语言词法是否有误,详情请点击-Analyse about whether the sentence white by Language C is right.
Lexicalanalysis
- 简单一点的用C++编写的词法分析的源代码
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|
cifafenxiqi
- 一个简单的词法分析器,希望对大家有所帮助-A simple lexical analyzer, I hope all of you to help
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
sufuyouxian
- 编译的词法分析,给大家一点参考,希望可以对您有帮助-translation of lexical analysis, the reference point for everyone, hope you can help
ExpressionTree
- this code implements an expression tree using c/c-this code implements an expression tree using c/c++
gramma_compile
- pl0语法分析代码,用C实现,只进行语法归约打印-code for pl0 gramma compiled