OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.
標簽: interpreting extensions generates multipass
上傳時間: 2015-04-12
上傳用戶:大三三
LSI C-86 compiler,小日本寫的C語言編譯器
上傳時間: 2013-12-25
上傳用戶:shawvi
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.
標簽: Simple Compiler compiler portable
上傳時間: 2015-04-12
上傳用戶:pompey
The Obfuscated Tiny C Compiler (OTCC) is a very small C compiler. It generate i386 code,include two version.The one generate bin file,the other generate elf file
標簽: Obfuscated Compiler compiler generate
上傳時間: 2015-04-12
上傳用戶:windwolf2000
c compiler 源碼 能幫助你學習編譯器
上傳時間: 2013-12-17
上傳用戶:zhichenglu
MATLAB Compiler 是MATLAB自帶的一個編譯器,它能將m文件轉化成 C、C++或p等各種類型的源代碼,并根據需要生成可執行文件、lib文件(庫文件)、dll文件或S函數文件等。MATLAB 6.5 使用的編譯器包括了MATLAB 的C\C++數學庫函數以及圖形庫。動態鏈接庫(dll)是編寫軟件中常用的一種技術,MATLAB提供了將M文件編制成dll文件的方法,本文就介紹如何在MATLAB6.5中將m文件z轉化成dll文件,然后在VC中調用該dll文件。
上傳時間: 2013-12-05
上傳用戶:qq21508895
《Crafting a Compiler with C》一書的源代碼及工具
標簽: Crafting Compiler with 源代碼
上傳時間: 2013-12-18
上傳用戶:zm7516678
Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single binary that is able to compile any context free language (like C, Pascal, Java) for any platform with only 1 file. Draak Compiler是一個多語言,宏編譯器,可以在一個單獨的文件中定義所有的語法和代碼生成。Draak 是一個單獨的二進制文件,可以在任意平臺上只使用一個文件來編譯任何上下文無關的語言(類似 C, Pascal, Java)。
標簽: multi-language generation compiler defined
上傳時間: 2013-12-30
上傳用戶:a673761058
C-smile OOL is a scripting language with C++-like grammar. It has compiler, VM running bytecodes and C++ extendible runtime. Intended to run in standlone and embedded mode C-smile 面向對象語言在語法上比較像C++的腳本化的語言,它有一個編譯器,一個運行字節碼的虛擬機,和可擴展的C++運行時。它是為運行獨立的可插入的模塊。
標簽: bytecodes scripting compiler language
上傳時間: 2015-04-29
上傳用戶:asddsd
This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 and PORT3.1 This ARM Example may be debugged using only the uVision Simulator and your PC--no additional hardware or evaluation boards are required. The Simulator provides cycle-accurate simulation of all on-chip peripherals of the ADuC7000 device series. You may create various input signals like digital pulses, sine waves, sawtooth waves, and square waves using signal functions which you write in C. Signal functions run in the background in the simulator within timing constraints you configure. In this example, several signal functions are defined in the included Startup_SIM.INI file.
標簽: the Analyzer Compiler project
上傳時間: 2013-12-19
上傳用戶:Yukiseop