搜索资源列表
iscript
- 编译原理的词法分析,上下文无关文法的编译器-compiler tenets of lexical analysis, context-free grammar compiler
cn700_vc61
- 词法和语法编译器,可以在C++环境下编译能过,而且包含了已经生成的!-morphology and syntax compiler, the C + + compiler can lead, but has included the generation!
Yacc1824_ref_951
- Yacc说明及使用文档 yacc(Yet Another Compiler Compiler),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。
jyg
- 编译器,词法分析器-compiler, the lexical analyzer
aa
- visual C++环境下的一个词法编译器的源代码
1
- 设计一个能对PASCAL语言子集完成词法分析、语法分析和生成中间代码(四元式)的编译器。
gf2112gf
- VB代码集合·一个C语言分析器 .. ·生成Pascal语言.. ·Basic编译器源码.. ·一个基于C++的语法.. 最新内容下载排行榜 ·VmBasic 源代.. ·小型的 C 语言编译.. ·VC++编的一个词法.. ·C++版 词法分析、.. ·编译原理词法分析的电.. · idel虚拟机源.. ·pl/0词法编译器,.. ·良好的C语言语法检查.. ·小型的 C 语言编译.. ·小的c编译器包括词法.. 文件名称: xdtools.zip下载 所属分类: 编译器/解释器 开发工具:
Vs.net词法分析器
- 用.net编写的编译原理中所用到的词法分析器。是编译器的最基本功能!-The accidence analysiser for compile principles using .net. It is the fondation of compiler
WSBOOKC
- winsock编程声明:最近一直有人要用我的这个实验报告,并为此多次给我发邮件。我不反对你们使用这个报告。但是,有几个问题请注意一下: 1、这个报告的代码不完全。只有进行语法分析和词法分析的两个函数,没有使程序完整起来的主函数。 2、我在写这些代码的时候看错了语法分析的语法规则,导致某些符合语法规则的源文件无法被正确分析。这个问题我在报告的最后面有描述。 3、代码的编译:我不保证实验报告中的代码可以在TurboC2.0下编译通过。Visual C++下也不保证。代码的语法规则是符合C99标准,而
VC实现的pl0编译器
- VC实现的PL/0编译器,该程序实现词法分析、语法分析及语义分析,以四元式为输出结果,是计算机专业的一门重要的实验课程。-p10_builder
myText
- 是一个词法编译器的实现程序 ,可以运行出结果 ,大家可以看看。多提意见-morphology is a compiler in procedures, the results can run, we will look at. Criticism
VC上的类C编译器
- 简单的类C编译器~ 有词法分析跟语法分析~
ifelseyuju
- 这个是我在编译原理做的课程设计,一个编译器,包括词法语法分析,结果生成四元式序列,可执行文件也在里面:)-This is what I do in the compiler course design principle, a compiler, including the lexical grammar analysis, the results generated quaternion-type sequences, executable files are inside:)
C_compiler
- 一个很C语言的编译器,相当的不错。有词法分析和程序语法分析!错误提示,正确定位程序的错误地方!-the compiler is very good!
scaner
- 一个简单的词法编译器,功能是从源文件中读取数据,经过词法分析输出词法分析结果,有错误就报错!-A simple lexical compiler function is to read the source file data, through lexical analysis lexical analysis output result, there is an error on the error!
Pascal简易编译器
- 汇编原理课程的简易编译器,包含词法分析和语法分析(A simple compiler for assembly principles)
程序
- 实现了从词法分析,LR分析器,LR分析,类型分析;(Compiler Front end Realized from lexical analysis, LR parser, LR analysis, type analysis;)
SAMPLE编译器
- sample语言的编译器 词法分析以及语法分析功能(Sample language compiler, the completion of the lexical analysis and syntax analysis, can generate four yuan!)
myCompiler
- C-Minus (或简称为C-),是一种适合编译器设计方案的语言,包括函数和数组。本质上它是C的一个子集,但省去了一些重要的部分。本部分内容包括,首先,列出了语言惯用的词法,包括语言标记的描述。其次,给出了每个语言构造的BNF描述,同时还有相关语义的描述。最后,给出了C-的示例程序,可以用这两个程序做为输入,检查自己的编译系统的有效性。(C-Minus (or C-), which is suitable for the compiler design language, including f
词法分析
- 这是c语言编写的词法分析报告 实测可以使用(This is a word analysis report written in the C language that can be used for measurement)