Location:
Search - simple compiler
Search list
Description: 这是一个简单的编译器程序,用VC做的-This is a simple compiler procedures do with VC
Platform: |
Size: 57635 |
Author: 李紫涵 |
Hits:
Description: 一个简单的编译器源代码.希望对一些同行有所帮助.-a simple compiler source code. Some colleagues want to help.
Platform: |
Size: 4096 |
Author: 于 |
Hits:
Description: 这是我个人编写的simple语言词法编译器,希望对大家能有所帮助,绝对是原创哦-This simple-accidence-compiler is wirtten by myself, I hope that it will be helpful to everyone, its written of my own, in deed.
Platform: |
Size: 2048 |
Author: 孟庆洋 |
Hits:
Description: Simple C Compiler, Release 0.1.6
Simple C is a portable C compiler based on Small C/386. It is designed
to run on Linux, but it should be usable on any Unix-like operating
system for the x86 with minimal effort.
Platform: |
Size: 86016 |
Author: 肖逸 |
Hits:
Description: 简单的编译器代码,对应的参考书为<编译原理及实践>-simple compiler code, corresponding to the reference books
Platform: |
Size: 364544 |
Author: 王大鹏 |
Hits:
Description: 一个简单的SLR分析程序,我写的一个SLR分析程序,C语言的,欢迎大家使用啊。-a simple SLR analysis program, I wrote an analysis procedures SLR, the C language, Everyone is welcome to use ah.
Platform: |
Size: 14336 |
Author: Tom |
Hits:
Description: 编译原理及实践,详细说明如何手工编写一个简单的编译器,是教学用的好教材-Compiler Construction Principles and Practice, a detailed manual on how to prepare a simple compiler, is a good material for teaching purposes
Platform: |
Size: 7609344 |
Author: 李力 |
Hits:
Description: 简单的pl/0词法分析程序,学要选择源文件和目标文件,不是很完善。-Simple pl/0 lexical analysis procedures, learning to choose the source file and target file is not very perfect.
Platform: |
Size: 31744 |
Author: 王清源 |
Hits:
Description: GP算法,遗传规划算法源代码。VC++环境下编译。-GP algorithm, genetic programming algorithm source code. VC++ Compiler environment.
Platform: |
Size: 48128 |
Author: shenxu |
Hits:
Description: 这是我们老师给我们的例子,实现一个简单的编译器,同时能够输出编译的过程-This is our teacher gave us the example of the realization of a simple compiler, while the output of the process of compiling
Platform: |
Size: 95232 |
Author: WQ |
Hits:
Description: 制作一个简易的编译器,能够对于给出的符合文法规则程序代码能进行词法分析、语法分析、语义分析并最终生成汇编代码。-The production of a simple compiler, to the grammar rules given in line with the program code can be lexical analysis, syntax analysis, semantic analysis and eventually to generate assembly code.
Platform: |
Size: 306176 |
Author: 水木一 |
Hits:
Description: 简单编译器,能够识别关键字,计算简单表达式-Simple compiler, able to identify keywords, calculate simple expressions
Platform: |
Size: 176128 |
Author: kaixinjing07 |
Hits:
Description: 编译原理实验:设计并实现一个Simple语言的编译器-Compiler Principle Experiment: Design and realization of a Simple Language compiler
Platform: |
Size: 707584 |
Author: 陈飞 |
Hits:
Description: 简单实现C--语言的编译器 ,能够生成汇编代码;再用工具将汇编代码转换为可执行文件,执行该文件得到正确的结果。-Realize a simple C- language compiler can generate assembly code reuse tool assembly code is converted to an executable file, the implementation of the document to obtain accurate results.
Platform: |
Size: 406528 |
Author: 锭 |
Hits:
Description: Java语言写的词法分析,虽然很简单,还是大家分享吧-Java language written lexical analysis, although very simple, or to share it
Platform: |
Size: 6144 |
Author: 岳永胜 |
Hits:
Description: 一门课程的proj,编译器的简单实现,可以说明编译器的工作流程。-A curriculum proj, simple realization of the compiler, the compiler can explain the work flow.
Platform: |
Size: 125952 |
Author: 俞凌杰 |
Hits:
Description: small compiler written in java
lexic, syntatic, semantic, and code generation implemented in java
for some of 8086 funcionalities
Platform: |
Size: 40960 |
Author: andredurao |
Hits:
Description: 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析)
完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。
<标识符>→字母︱ <标识符>字母︱ <标识符>数字
<无符号整数>→数字︱ <无符号整数>数字
<单字符分界符> →+ ︱- ︱* ︱ ︱(︱)
<双字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒号>=︱<斜竖>*
<小于>→<
<等于>→=
<大于>→>
<冒号> →:
<斜竖> →/
识别语言的保留字 :begin end if then else for do while and or not-Compiler class to do a small procedure, analytical methods were used to achieve four (LL1, operator priority, recursive descent, a simple lexical analysis) to complete the grammar is described in a subset of the Pascal language word lexical analysis program symbols. < Identifier> → letters ︱ < identifier> letters ︱ < identifier> figures < unsigned integer> → Digital ︱ < unsigned integer> figures < single character boundaries Fu> →+ ︱- ︱ ︱* ︱ (︱) < two-character boundaries Fu> → < greater than> = ︱ < less than> = ︱ < less than> > ︱ < colon> = ︱ < oblique vertical> * < less than> → < < equal> → = < greater than> →> < colon> →: < oblique vertical> →/recognition of language reserved word: begin end if then else for do while and or not
Platform: |
Size: 483328 |
Author: 丁丁 |
Hits:
Description: simple compiler you can download and have a experienced with anything
Platform: |
Size: 40960 |
Author: shalinda |
Hits:
Description: 简单编译器,实现词法分析,语法分析,插入语义动作,生成中间代码,生成目标代码(汇编语言)-Simple compiler, achieve lexical analysis, syntax analysis, semantic actions insert generate intermediate code generated object code (assembly language)
Platform: |
Size: 5120 |
Author: shhch |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»