搜索资源列表
LexandYacc
- lex和yacc的简明教程。作者 :Thomas Niemann。 本书将教会你如何使用和构造一个编译器。
07100555641
- YACC与LEX教程 英文原版(中文书附代码与答案)
lex
- 实现c--语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。-The realization of c- the language of the lexical analyzer. A C- language program is separated into token strings sequence. To deal with C- the language of all the token types.
ansi.c.grammar.tar
- ANSI-C语法的lex和yacc specification,可以用于编译器构建。-ANSI-C syntax of lex and yacc specification, can be used to build a compiler.
lex
- 词法分析器,可以分析标识符,实数常量,字符常量,运算符,界限符,分隔符。-Lexical analyzer can analyze the identifier, real number constants, character constants, operators, boundary character delimiter.
ANSI+C+grammar
- C语言编译器的Lex及Yacc词法及语法分析规则源码-C language compiler Lex and Yacc analysis of lexical and grammatical rules of source
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 ().
lex
- lex的C++代码实现,比较好用,老师给的程序以及.exe文件。
ansi_c_grammar
- C语言上下文无关文法的词法及语法描述文件,通过使用yacc、lex工具可以生成相关C语言的词法、语法分析的C语言代码-C language context-free grammar to describe the morphology and syntax files, through the use of yacc, lex tool generates C language related to the morphology, syntax analysis, C language code
lex_yacc_sqlparser
- lex & yacc sql parser
lex
- 编译原理课程设计 词法分析器,功能十分齐全,包含整个工程源代码-scanner for c minus
ansi-c-lex-a-yacc
- 利用Lex & Yacc对anci进行词法和语法分析-Lex & Yacc anci the lexical and syntax analysis
cmm-lex
- 参照清华大学《编译原理》写的cmm语言词法分析程序-Reference to Tsinghua University, Compiler Construction Principles written by cmm language lexical analysis program
lexyacc
- 用C++实现的lex和yacc,里面包含大量的编译原理中的算法-lex and yacc
lex
- C++ 实现 LEX,兼容Flex语法,正则式->NFA->合并->确定化->最小化-C++ LEX,compatible with Flex s Grammar
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
lex-yacc
- 一款用lex和yacc写的编译器,代码转换成了c++,对于small语言进行了编译。-A use lex and yacc to write a compiler, code converted into c++, the small language compiler.
lex
- 编译器的词法分析器,简单的通过判断语句实现。并按照语法分析器的要求输出结果。-The implemention of lex, which realized with judgement simply.
back
- Project about written an interpter in C using gcc compiler and lex and yacc
Lex和Yacc简明教程
- 本书对lex和yacc的重要主题提供了详尽的参考(lex and yacc instroduction)