Description: Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support for testing and debugging grammars without generating source code. It supports LL(k) grammars with an unlimited number of look-ahead tokens. Platform: |
Size: 632832 |
Author:none |
Hits:
Description: Pascal语言的语法分析器源程序和开发文档,用Yacc编写,可作为编译原理课程的学习参考,源文件已编译通过-Pascal language parser source code and documentation, prepared with Yacc, as compiler theory courses of study reference source documents compiled by Platform: |
Size: 5120 |
Author:Amethyst |
Hits:
Description: 这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language syntax lr0 lexical analyzer for the realization of the language syntax compiler part Platform: |
Size: 8192 |
Author:digg |
Hits:
Description: SimPas词法分析器。用flex编译生成yy.lex.c,然后用vc编译生成.exe文件,附有pascal程序代码正确的和错误的各一段,以及说明。-SimPas lexical analyzer. Flex compiler used to generate yy.lex.c, and then use the vc compiler generated. Exe files with pascal program code and correct the wrong the paragraph, as well as the description. Platform: |
Size: 37888 |
Author:飞鱼 |
Hits:
Description: LR分析器的实现代码,相信能对编译原理学习的人有所帮助,针对代码有详细的解释-LR parser code, I believe that the compiler can learn the principle of help, for detailed explanations on the code Platform: |
Size: 24576 |
Author:lyf |
Hits:
Description: 参照龙书编写的编译器,包括词法分析器,语法分析器,和生成三地址码的中间代码生成器。文件中包含代码和三篇论文。-Reference book written long compilers, including lexical analyzer, parser, and generate three address code between the code generator. File contains code and thesis 3. Platform: |
Size: 1488896 |
Author:Wang Jia |
Hits:
Description: 一个编译原理中的X86汇编语言代码生成器的前端代码-The principle of a compiler in assembly language code of the X86 front-end code generator Platform: |
Size: 104448 |
Author:sun |
Hits:
Description: 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 generate compiler (compiler code generator.) yacc compiler-generated key is written in C language parser (Parser), need to be used together with the Lex lexical parser, and then created out of the two parts together compile C programs. yacc on Unix systems already have the only but is now widely transplanted to Windows and other platforms. Platform: |
Size: 69632 |
Author:王子 |
Hits:
Description: 用VC++实现的编译原理词法分析器源码,是实现编译中非常重要的一个部分-Implemented with VC++ compiler theory lexical analyzer source code for a compiler to achieve a very important part of Platform: |
Size: 226304 |
Author:huxuke |
Hits:
Description: 一个简单的 micro 语言编译器,其包括 scanner,parser,code generator 并使用 php 开发。-A simple compiler for Micro language which include scanner,parser,code generator and implement in PHP. Platform: |
Size: 57344 |
Author:Newman |
Hits: