搜索资源列表
bison
- Bison 是替代yacc的语法解析器. Bison能生成可以分析文本文件结构的程序.-Bison alternative generates the parser. Bison can generate text files can be analyzed structure of the procedure.
cvery_341722881
- 用c编写的语法解析器,能进行词法和语法分析-c prepared with the parser can make grammatical and lexical analysis
SyntaxAnalyzer
- LR(1)生成的语法解析器,编译原理时候的作业
ansic_lex_yacc
- ANSI C的标准词法描述和文法描述,使用lex和yacc即可编译出可用的C语言源代码,通过这两个描述文档,即可实现最简单的C语法解析器。
Yacc1824_ref_951
- Yacc说明及使用文档 yacc(Yet Another Compiler Compiler),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。
cssparser-0.9.4.tar
- cssparser -- CSS 的语法解析器。采用java语言编写。可用在服务端生成页面。
bison
- Bison 是替代yacc的语法解析器. Bison能生成可以分析文本文件结构的程序.-Bison alternative generates the parser. Bison can generate text files can be analyzed structure of the procedure.
cvery_341722881
- 用c编写的语法解析器,能进行词法和语法分析-c prepared with the parser can make grammatical and lexical analysis
SyntaxAnalyzer
- LR(1)生成的语法解析器,编译原理时候的作业-LR (1) grammar generated parser, the compiler when the operating principle
ansic_lex_yacc
- ANSI C的标准词法描述和文法描述,使用lex和yacc即可编译出可用的C语言源代码,通过这两个描述文档,即可实现最简单的C语法解析器。-ANSI C standard lexical grammar descr iption and a descr iption of the use of lex and yacc to compile the available C-language source code, through th
Yacc1824_ref_951
- Yacc说明及使用文档 yacc(Yet Another Compiler Compiler),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。-Yacc descr iption and use
cssparser-0.9.4.tar
- cssparser -- CSS 的语法解析器。采用java语言编写。可用在服务端生成页面。-cssparser- CSS syntax parser. Using java language. Available in the service-side generated page.
delphi_sql_parser
- delphi实现的sql解析器,可以对各种sql语句进行解析,产生语法树。-realize the sql parser delphi can parse the various sql statements, resulting in tree grammar.
tarball
- 外国人写的c#语法解析器,效果相当不错。研究编译器的朋友可以看一下-Written by foreigners c# Syntax parser, the effect has been quite good. Research compiler friends can look at
CSSTidy-1.3
- 一个CSS的语法解析器,读取CSS代码,并存成矩阵。用以优化和纠正CSS代码。-This class represents a CSS parser which reads CSS code and saves it in an array. In opposite to most other CSS parsers, it does not use regular expressions and thus has full C
31723341SyntaxAnalyzer
- LR(1)生成的语法解析器,编译原理时候的作业-LR (1) grammar generated parser, the compiler when the operating principle
json_parser
- JSON语法的解析器,相当的经典。表格驱动,简明效率高。基于这个解析器,可以开发适合于其他语法的传输协议!-JSON syntax parser, very classic. Table-driven, concise and efficient. Based on this parser, you can develop suitable transport protocol for other grammatical!
LambdaParser
- lambda 语法解析器 lambda 语法解析器-lambda syntax parser
yacc-1.9.1
- yacc(Yet Another Compil er),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。-yacc (Yet Another Compiler Compiler), is a Unix
libsdfparse-master
- 使用Bison和Flex的一个语法解析器(an .sdf parser build by flex and bison)