搜索资源列表
pascalbianyi
- 一个相当不错的词法和语法分析器,基于可视化的,很好用的-a pretty good morphology and syntax analyzer, based on the visualization of the good
语法分析器
- 词法分析器- Morphology analyzer
SLR1
- 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
antlr-2_7_0
- Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历 -Syntactic and phrase parser in JAVA which can produce JAVA or C
bison++-1.21-8.tar.Z
- 生成C++词法/语法分析的GNU语法分析器 -GNU syntactic and phrase parser code which can produce C++ code
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
compile
- 编译原理演示程序 如词法分析器、语法分析器等-Show compiler theory, such as lexical analyzer, parser, etc.
bianyiyuanli
- 编译原理 语法分析与词法分析器 附赠文档-Parsing compiler theory lexical analyzer comes with documentation
FAScanner
- 单词是高级语言中有实在意义的最小语法单位,而单词又由字符组成。每一种高级语言都定义一组字符集。单词可大致分为五类:基本字,标识符,整常数,运算符,界限符。从输入的源程序字符串中逐个地把这些单词识别出来,并转化成机器比较容易使用的内码形式,这是词法分析器的主要任务。-The word is the smallest grammatical unit actual significance of the high-level language, the word characters. Each d
CMMPLexicalPAnalyzer
- CMM词法语法分析器,编译原理的实践项目。武汉大学国际软件学院-CMM syntax analyzer, Wuhan University International School of Software
jflex-1.4.1
- 用java语言编写的词法分析器,可以根据manual的要求编写词法文件,自动生成语法分析器。-Lexical analyzer java language, according to the requirements of the manual preparation of lexical files, and automatically generate a parser.
Lexical
- java语言编写的,对c语言的编译器,包括词法和语法分析器,在水仙花数程序上测试通过-java language the c language compiler, including lexical and syntax analyzer, the daffodils on the test program
LexicalAnalysis
- 用java语言写的一个词法、语法分析器,实现简单的词法语法分析。-Using java language to write a lexical parser, a simple syntax analysis.
wordAnalyzer
- 词法分析器,用来验证在编译代码的时候代码是不是符合此法规则的,在满足了词法规则的时候再检查他是不是满足语法规则,最主要的是适合于学生用来学习-wordAnalyzer.zip to test the words in the cpp fellow the standard of the exact of the language or not.
compile
- 编译实验:词法分析器+语法分析器+生成器,实现了实验要求的所有内容-Experimental compilation: lexical analyzer++ parser generator, achieved all test requirements of content
compiler
- c语言子集编译器,完成词法分析、语法分析、语义分析,输出四元式。(C language subset compiler, lexical analysis, syntax analysis, semantic analysis, output four-unit sentence.)
bianyi
- 一个简单的c语言编译器,词法分析 语法分析 符号表 中间代码生成(lexical analyzer symbol table ,gramm analysis object code)
Code
- 以flex以及bison作为工具编写的词法与语法分析器(Lexical and grammatical analysis)
flex&yacc
- 实现编译原理实验的词法分析和语法分析,最终生成产生式。(The lexical analysis and grammatical analysis of the compiling principle experiment are finally generated.)
getchar11
- 从缓冲区中读取文字,并作词法和语法分析。(Read text from the buffer ,And the method of writing and the analysis of grammar.)