资源列表
tmake-2.13-beta1
- 跨平台 C++ makefile, 支持多种编译器-Cross-platform C++ makefile, the compiler supports a variety of
200906241019311925
- LL(1)文法自动生成语法分析程序的设计-LL (1) grammar syntax analysis program automatically generates the design
Lex
- 学习编译原理时候的小作业,模拟实验了词法分析程序,比较简单-Simulation of the lexical analysis procedure is relatively simple
2
- 词法分析器,基于LL(1)的词法分析器,可以进行词法的基本分析- Lexical analyzer, lexical analyzer based on LL (1)
spLb2
- Easy Compiler(moule of lexical analys) and short code parser
bianyiyuanli
- 词法分析器 编译原理 关键字种别码的辨别分析出一个个的单词-Compiler theory keyword lexer code to identify other kinds of analysis of one of the words
decomplercandvc
- 反编译工具,仅供学习研究使用,不做任何其他商业用途!请尊重他人劳动成果。-decomplier tool .only for study and research.
词法分析器
- 编译原理课程设计报告——词法分析器.对C语言的一个子集设计并实现一个简单的词法分析器,掌握利用状态转换图设计词法分析器的基本方法。
词法分析Lex
- 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language source code 2)Examine the sy
gcc-objc-4.1.1
- 交叉编译重要工具之一,下载后请将扩展名.rar.改为tar.bz2,然后解压使用.
LexicalAnalyzer
- 词法分析器,源代码用文件输入,TOKEN序列文件输出-Lexical analyzer,the source code to use file input,TOKEN sequence file output
Recursive-descent-parser
- 递归下降语法分析程序设计 - 编译原理实验-Recursive descent parser design- build principle experiment