搜索资源列表
a-joos.rar
- 雏形java的解释器源码。配合flex和bison可以工作
disasm.zip
- This is a fully functional win32program dissassembler source.
dolphin-0.2.10-src.zip
- Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be config
grammatica-1.4.tar.gz
- 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
shiyan2-a
- 这是一个用来生成表达工的值的程序 它可以输入8进制或十进制的数 建立一棵语法树 并返回表达式的值-This an expression used to generate value for the procedures it can be imported or 8 band of a few decimal establish a syntax tree and return to the value of the expression
tools and source code for Crafting a Compiler with
- 《Crafting a Compiler with C》一书的源代码及工具-"Crafting a Compiler with C," a book of the source code and tools
判断a^mba^n
- 判断a^mba^n m,n=0的字符串- Judges a^mba^n m, the n=0 character string
Compiler
- 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于&g
a
- Is a code for demo thread
compilepiece2
- 实现了CMinus的一个编译器。实现了词法分析和语义分析。-CMinus achieved a compiler. The realization of the lexical analysis and semantic analysis.
rca-TH1702-A-Audiovox
- RCA TH1702-A Audiovox
A-Programmers-Perspective.pdf
- 本书适用于那些想要写出更快、更可靠程序的程序员。通过掌握程序是如何映射到系统上,以及程序是如何执行的,读者能够更好的理解程序的行为为什么是这样的,以及效率低下是如何造成的。粗略来看,计算机系统包括处理器和存储器硬件、编译器、操作系统和网络互连环境。而通过程序员的视角,读者可以清晰地明白学习计算机系统的内部工作原理会对他们今后作为计算机科学研究者和工程师的工作有进一步的帮助。它还有助于为进一步学习计算机体系结构、操作系统、编译器和网络互连做好准备。 本书的主要论题包括:数据表示、C程序的机
A-c-source-file-to-crack-C-Free-3.5
- C-Free3.5注册码计算器。注册后,您可以:通过E-Mail获得注册码, 一年之内免费升级C-Free, E-Mail回答您任何关于C-Free的问题, 对于C/C++初学者,提供适当的辅导 恢复所有未注册时被限制的功能-A C source file to crack C-Free 3.5
A-character-line-compiler-system
- 一个汉字行编译系统,有完整的测试域代码,可以在c++6.0中运行-A character line compiler system
Functions-of-a-complex-variable
- 复变函数课后习题答案,帮你在数学的基础上编写出更有用的软件。-Functions of a complex variable
A-Simple-LexicalAnalyzer(C)
- 此程序是正对编译原理中所涉及到的词法分析程序所编译的一个简单的C语言版的词法分析程序。-This a simple Lexical Analyzer in the C environment.
a
- 设计一个扫描器,该扫描器是一个子程序,其输入是源程序字符串,每调用一次识别并输出一个单词符号。为了避免超前搜索,提高运行效率,简化扫描器的设计,假设该程序设计语言中,基本字(也称关键词)不能做一般标识符用,如果基本字、标识符和常数之间没有确定的运算符或界符作间隔,则用空白作间隔。-The design of a scanner, the scanner is a subroutine, the input source string, each one call to identify and
A-simple-complier-
- 一个简单的基于pl0语言的编译器 实现简单的语义 文法 语法等的检测功能-A simple based on pl0 language compiler simple semantic grammar syntax detection function
first section of creating a compiler
- This the first section of creating a compiler. It contains the first 2 passes, lexical analysis and parser analysis. -This is the first section of creating a compiler. It contains the first 2 passes, lexical analysis and parser analysis.
