搜索资源列表
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语言编写。可用在服务端生成页面。
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 CSS2 support and a higher relia
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/Linux on a compiler to genera
PLO_parser
- PL/0语言的语法解析器,用于编译原理课程实验的参考-PL/0 language parser, compiler theory course for the reference experiment
basic
- c++ 写的BASIC语法解析器,可以用于自动化开发-c++ parser written in BASIC can be used to automate the development
bison
- BISON 介绍了一种YACC 语法解析器的原理和产生yacc脚本的方法,给出了如何使用BISON制定语法的步骤和语法文件产生的过程。-BISON describes a principle and YACC parser yacc generated scr ipt method shows how to use BISON steps to develop grammar and syntax files generated by the process.
qlalr
- 基于Qt的语法解析器生成器,效率稍差,但生产代码的可读性较好.-Qt-based parser generator, the efficiency a bit weak, but the production of better readability.
VCDdecoder
- 基于GTK-wave做的verilog test bench语法解析器 解析vcd file. 俺自己写的-VCD (Value Change Dump) file is widely used in industry. A VCD file is an ASCII file, which contains header information, variable definitions and the value changes for specified variables, or
Yufa
- 这是用java开发的,编译原理中的语法解析器,希望能对同学有所帮助-This is the java language, the syntax parser in compiler theory, hoping to help students
JSAnalyser
- 针对Javascr ipt脚本代码的一个语法解析器,能够有效地分析出Javascr ipt脚本的各种语法元素及相互之间的关系
libsdfparse-master
- 使用Bison和Flex的一个语法解析器(an .sdf parser build by flex and bison)