搜索资源列表
c-lex
- C语言C-lex词法分析头文件-C language C-lex lexical analysis header files
ucc160.牛人写的C编译器
- 牛人写的C编译器,还有设计文档,可读性强,可以改造成为自己所需要的各种编译器。,牛人写的C编译器,还有设计文档,可读性强,可以改造成为自己所需要的各种编译器。
parse.tar.Z 基于C++的语法分析类
- 一个基于C++的语法分析类,可以用来定制自己的编译器 ,A class based C++ syntactic analysis, it can be used to build you own compiler
Lex.rar
- 1.输入文件解析 2.正则表达式转化为NFA 3.多个NFA合并 4.NFA转换DFA 5代码生成 关于输入文件格式: 没有考虑对lex输入文件的出错处理,所以输入文件务必严格书写正确。 Lex中的正规表达式使用了以下运算符: [] | * @ ( ) 并且正规表达式中不能出现其他的子正规表达式。 如果想要在待识别的正则式中使用上述运算符,请使用转义符号,即\。 例如,如果想用*,可以写成\* ,1. Analysis of the input file 2.
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
- C语言编译器的Lex及Yacc词法及语法分析规则源码-C language compiler Lex and Yacc analysis of lexical and grammatical rules of source
lex
- 编译原理课程设计 词法分析器,功能十分齐全,包含整个工程源代码-scanner for c minus
ansi-c-lex-a-yacc
- 利用Lex & Yacc对anci进行词法和语法分析-Lex & Yacc anci the lexical and syntax analysis
lex
- C++ 实现 LEX,兼容Flex语法,正则式->NFA->合并->确定化->最小化-C++ LEX,compatible with Flex s Grammar
pascal2c_2.tar.Z
- 又一个Pascal 到C的转换器 -Another Converter from Pascal to C
lexandyacc
- lex and yacc第二版chm lex and yacc第二版chm-lex and yacc Second Edition chm lex and yacc Second Edition chm
lex
- 用C语言实现了简单的词法分析功能,用户输入任意字符串,程序输出经分析后的token序列-Using C language to achieve a simple lexical analysis function, the user to enter arbitrary strings, the program output by the analysis of the token sequence
Lex
- 基于C++的编译器词法分析模块生成器[Lex],可使用Visual C++ 2003编译,分析词法定义文件,产生确定自动机[DFA]和对应词法的分析代码,使用此代码可解析C++源码并生成TOKEN序列-Based on C++ compiler lexical analysis module generator [Lex], can use the Visual C++ 2003 to compile, analyze lexical definition file, generated to
Lex-CandDc
- 这是一个C词法分析程序,包含注释和文档,还有图解,相当完善,希望对大家的编译学习有所帮助-This is a lexical analysis of C program, including comments and documentation, as well as diagrams, quite perfect, we would like to help build learning
Lex
- A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which the source code reads the dummy program n analyses it. The program can be extended by adding more.
Lex
- 词法分析程序(完整) 实现对C语言的词法分析,自动生成Token,识别关键字 变量等-Lexical analysis program (complete) on the C language realization of the lexical analysis, automatic generation of Token, identify variables, such as keywords
lex
- c语言的词法分析,保证正确。绝密资料,不下载保证让你后悔-c language lexical analysis to ensure that the correct. Top-secret information
lex.yy
- 用lex生成的c minus词法分析器,功能简单有效-With c minus generated lex lexical analyzer function is simple and effective
lex
- 用c++实现的此法分析器,包括正则表达式解析,正则到NFA转换,NFA到DFA转换,和最终的匹配,详见包中README文件-Using c++ parser to achieve this method, including regular expression analysis, while the NFA is converted, NFA to DFA conversion, and end the match, see the package README file
lex-yacc
- 用c++语言和lex-yacc工具实现的文法工具,基本功能相当于一个c语言文法,在平台性编程和可配置编程中作用很大,增加程序的灵活性。-Using c++ language and tools in the lex-yacc grammar tools, basic function is equivalent to a c language grammar, the platform of programming and programming can be configured to pla