Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - compiler
Search - compiler - List
c编译器的较完整版,可是我没编译通过,大家一起来交流哦-c compiler full page, but I do not have the translation to pass, everybody exchanges together oh
Date : 2025-12-21 Size : 1014kb User : 周水斌

《Crafting a Compiler with C》一书的源代码及工具-"Crafting a Compiler with C," a book of the source code and tools
Date : 2025-12-21 Size : 1.1mb User : pdm

这个程序是编译程序的一部分,用于阅读源代码,并识别其中的标记符、关键词(以字母开头)、数(以数字开头)。其中数按其是否以0开头分为10进制和8/16进制,而16进制的第二位是“x”。将上述所有识别的内容分类显示在屏幕和文件result.txt中。 函数scan负责整个识别、输出过程,compare1负责识别单个字符,compare2识别词。-This procedure is the compiler part of the process for reading the source code, and identify which tags, keywords (to start with a letter), the number of (in figures at the beginning). Several of them according to whether or not to 0 at the beginning divided into 10-band and 8/16 M, while the second band 16 is x . Will identify the contents of all of the above categories displayed on the screen and documents in Result.txt. Scan function is responsible for the entire identification process output, compare1 responsible for identification of individual characters, compare2 word recognition.
Date : 2025-12-21 Size : 1kb User : Fayer Michael

VC++编写的编译器,集词法分析、语法分析、语义分析于一体-VC++ Prepared compiler, set lexical analysis, syntax analysis, semantic analysis in one
Date : 2025-12-21 Size : 1.94mb User : jasonshaw

这是我们老师给我们的例子,实现一个简单的编译器,同时能够输出编译的过程-This is our teacher gave us the example of the realization of a simple compiler, while the output of the process of compiling
Date : 2025-12-21 Size : 93kb User : WQ

程序设计语言编译原理(pdf格式) 程序设计语言编译原理(pdf格式)-Principle of programming language compiler (pdf format) the principle of programming language compiler (pdf format)
Date : 2025-12-21 Size : 8.3mb User : Jiang

Python语言写的汇编编译器,可将MIPS指令转化为机器语言。-Python language compilation compiler, MIPS instructions can be translated into machine language.
Date : 2025-12-21 Size : 2kb User : king

小型C语言编译器,VC条件下运行,最后编译为汇编代码-Small C language compiler, VC under the conditions of operation, the final assembly code for the compiler
Date : 2025-12-21 Size : 1.13mb User : sunhui

简单实现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.
Date : 2025-12-21 Size : 397kb User :

decaf.jar 是将类java的decaf语言编译成tac码(Three address code,类似汇编指令)的编译器。 包含了前端的词法和语法分析、语义分析,中间代码的生成。是我最近写完的编译课的一个作业。 例子: 1. 调用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然后,调用 java -jar tac.jar blackjack.tac 这时候就可以玩一个21点的游戏了。这里的blackjack.decaf就是用decaf语言写的一个小游戏源代码-decaf.jar is the java type of decaf language tac compiled code (Three address code, similar to the compilation of command) of the compiler. Contains the front of lexical and syntax analysis, semantic analysis, intermediate code generation. I have recently finished writing a compiler class operation. Examples: 1. Call java-jar decaf.jar-l 2 blackjack.decaf
Date : 2025-12-21 Size : 359kb User : int

一门课程的proj,编译器的简单实现,可以说明编译器的工作流程。-A curriculum proj, simple realization of the compiler, the compiler can explain the work flow.
Date : 2025-12-21 Size : 123kb User : 俞凌杰

一个不算完整的编译器实现,包括前端的词法分析,语法分析,语义分析,中间代码生成,中间代码优化及界面部分-A compiler is not complete realization, including the front of lexical analysis, syntax analysis, semantic analysis, intermediate code generation, code optimization and interface the middle part of
Date : 2025-12-21 Size : 3.46mb User : chuchong

编译原理实验、编译原理课程设计 vc++实现,功能齐全-Compilation Principle experiments, principles of curriculum design compiler vc++ Realized, full-featured
Date : 2025-12-21 Size : 1.03mb User : clark

C0文法编译器,实现语言是cpp,生成pcode目标码。-C0 grammar compiler, implementation languages are cpp, object code generated pcode.
Date : 2025-12-21 Size : 362kb User : 李林尧

编译课上做的小程序,用四种分析方法分别实现(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
Date : 2025-12-21 Size : 472kb User : 丁丁

[C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied
Date : 2025-12-21 Size : 74kb User : code_breaker

本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tree and the type checking of the design and implementation, as well as curriculum design problems they encountered in the experimental experience, reference data.
Date : 2025-12-21 Size : 381kb User : jack sio

一个很好的编译器,集词法分析语法分析!不错,大家下来参考啊!-the compiler is very good! xi wang dajia zhichi!
Date : 2025-12-21 Size : 65kb User : 李晓峰

C-编译器,包含词法分析语法分析,中间代码生成,操作简单-C-compiler, lexical analysis contains syntax analysis, intermediate code generation, easy
Date : 2025-12-21 Size : 918kb User : xuling

C语言实现的小编译器,挺有意思的,希望对大家有帮助。-C language compiler to achieve a small, very interesting, would like to help everyone.
Date : 2025-12-21 Size : 680kb User : Shellbird
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.