搜索资源列表
CocoSourcesCS
- The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser u
downcode66666
- 今天有点郁闷,不想干活。整理代码的时候,看到了这个好久之前写的代码,于是想整理出来供大家拍砖。XML的解析对于.Net平台那真是太简单不过了,感谢微软。但对于C++语言的XML解析就没那么容易了。有一个开源的XML4C是IBM的,功能强大,但代码大的有几M,而且对于GB2312的支持有问题,据说能解决,但可能是我天生愚钝,当初我花了2周时间也没搞定,最后放弃,自己写了一个。咦?还能跑起来,也能跨平台:)。 写这个XML解析类,以功能最简单,最实用,最常用的功能为原则,因为只能解析,查找,没有XM
yacc_lex_cpp_calculate_bumbee_cfg_by_datmobile_hao
- http://www.bumblebeesoftware.com上有一个Parser Generator 这是它的C++版计算器,不同的是我用VC把它配置好了,我想很多人不知道怎么用VC,虽然那个软件的帮助里有讲述. 有问题haoyujie@sohu.com-http://www.bumblebeesoftware.com have a Parser Generator This is the version of the C calculator, I was the different VC
Calcu(MFC_Yacc_Lex)
- 网上很少有yacc+lex结合MFC使用的例子,于是自己按《yacc&Lex》上的例子实现了一个(通过Parser Generator生成C++类),VC6编译运行通过。 支持:+-*/() 数学函数、变量名-Few yacc+ lex-line with examples of the use of MFC, so their own press " yacc & Lex" on the example implements a (by Parser Generato
json_spirit_v3.00
- 文本格式解析器,类似XML,利用了boost的解析-text file format similar to XML, but less verbose. It has been called "XML lite". This article describes JSON Spirit, a C++ library that reads and writes JSON files or streams. It is written using the Boost Spirit parser gen
parser
- 一个编译原理中的X86汇编语言代码生成器的前端代码-The principle of a compiler in assembly language code of the X86 front-end code generator
ParsenGeneratorConfigution_in_vs2005
- 教你在Visual Studio 2005的Visual C++中配置Parser Generator -Teach you in Parser Generator configuration in Visual Studio 2005 C++
cifa3
- lex 词法分析程序 以及parser generator 和vc6如何配置 -lex lexical analyzer and parser generator and vc6 how to configure
TinyP-a-experiment-report
- 编译原理课程实验 - tiny+编译器的实现 及课程报告(英文) 程序是最后的程序,但是报告分两篇,因为实验是分两次完成的 包括Scanner,Parser, Semantic Analyzer ,Intermediate Code Generator的实现 sample.tny文件用记事本修改即可-implement a Scanner,a Parser, Semantic Analyzer and Intermediate Code Generator for TINY+
TINY
- 编译原理实验,设计一个TINY+编译器,包含 parser, analyzer, code generator三部分- Implement the parser, semantic analyzer and code generator part to construct the whole complier.
qlalr-generator
- QLALR is LALR(1) Parser Generator
