资源列表
antlr
- ANTLR 接受3类语法规范——语法分析程序,词法分析程序lexers,和树语法分析程序(也 叫树行者)。 由ANTLR使用LL(k) 分析用于全部3 语法变型,由于语法说明相似,因而产生 的lexers 和语法分析程序表现得也类似。 产生的识别程序易读,你可以查看输出的内容来 消除很多关于ANTLR机理的问题。-ANTLR grammar to accept 3 types of norms- syntax analysis procedures, lexical analysis
CodeDomAssistant_src
- 根据cs源码解析为codedom,功能比较强大,-According to cs-source analysis for codedom, more powerful features,
jflex-1.4.2
- java语法解释器生成器,有源码和相关文档-java syntax parser generator, a source code and related documentation
Tiny-C
- 这是一个小型语言tiny的编译器,包括词法分析、语法分析、语义分析、代码生成等功能-This is a tiny mini-language compiler, including lexical analysis, syntax analysis, semantic analysis, code generation and other functions
cifafenxi
- 关于词法分析的源代码-Lexical Analysis on the source code
15102856134
- 词法分析器,本程序是C语言的一个子集的词法分析程序,只能识别整型数字和部分关键字和部分符号。-Lexical analyzer, the C language program is a subset of the lexical analysis procedure to identify only integer numbers, and some parts of keywords and symbols.
ACOMPACTGUIDETOLEXANDYACC
- 本书将教会你如何使用 lex 和yacc构造一个编译器。 lex和 yacc 是两个用来生成词汇分析器和 剖析器的工具。-This book will teach you how to use lex and yacc to construct a compiler. lex and yacc are used to generate lexical analyzer and parser tools.
5656
- 它输入描述构词规则的一系列正规式,然后构建有穷自动机和这个有穷自动机的一个驱动程序,进而生成一个词法分析程序.-Enter the descr iption of its formation a series of formal rules of style, and then build a DFA and the DFA, a driver, and then generate a lexical analysis program.
simplec.tar
- A simple C compiler source code. -A simple C compiler source code.
yufa
- 对语法进行分析的语法分析系统,可检验其是否正确-Analysis of grammar parsing system can test the correctness of
ToylExp
- 一个词法分析,语法分析的小东西。有兴趣的朋友可以看看。-A lexical analysis, grammar analysis of the small things. Interested friends can see.
cifafenxi
- 建立一个词法分析器,要求能对关键字 标识符 常量等进行分析-The establishment of a lexical analyzer requires constant identifier on keyword analysis, etc.