Related:
C Compiler
- Resource
- Hiv Resource
- Esl Resource
- The Patriot Resource
Sponsored Links:
Catalog of Compiler Construction Tools (Popularity: )
(Score: 14.29)
http://catalog.compilertools.net/
The resource overview includes compiler construction kits, lexer and parser generators, attribute grammar systems, transformation tools, front- and back-end generators, program analysis and optimization, environment generators, infrastructure/components ...
Category:
Main\Computers\Programming\Compilers\Compiler Construction Kits
|
Walter Bright Page (Popularity: )
(Score: 13.71)
http://www.walterbright.com/
Wrote D; Northwest Software C, Datalight C, Zorland C, Zortech C++ (first native C++ compiler), Symantec C++, Digital Mars C++; Visual Cafe Java compiler; ABEL Advanced Boolean Expression Language compiler; DMDScript ECMA 262 Script compiler/interpreter ...
Category:
Main\Computers\Programming\Languages\D
|
Compiler Construction with Minijava (Popularity: )
(Score: 13.51)
http://www.hydrinos.net/
Provide a resource on the process of creating a modern compiler. This site will provide useful resources on lexical analysis, parsing, abstract syntax tree generation, and typing checking for the Minijava grammer.
Category:
Main\Computers\Programming\Compilers
|
GCC Software Development Kit (Popularity: )
(Score: 13.46)
http://gccsdk.riscos.info/
Open source C, C++, and Fortran compiler and supporting libraries. Native RISC OS compiler, and cross-compiler from Unix.
Category:
Main\Computers\Systems\RISC OS\Software
|
Algol 68 Compiler (Popularity: )
(Score: 12.64)
http://homepages.nyu.edu/~at570/compiler.html
By Aristotelis Tsirigos; designed, implemented for compiler course at NYU, goal: compiler for a subset of Algol 68 that is able to bootstrap.
Category:
Main\Computers\Programming\Languages\Algol 68
|
GNU Pascal for Mac OS X (Popularity: )
(Score: 12.05)
http://www.microbizz.nl/gpc.html
GNU Pascal is the free 32/64-bit compiler of the GNU Compiler Collection. The compiler has been ported to Mac OS X and to many other platforms.
Category:
Main\Computers\Programming\Languages\Pascal
|
SmallAda (Popularity: )
(Score: 11.99)
http://www.readyideas.com/ada/SMALLADA.ZIP
A compiler/interpreter for a part of the Ada language, namely the "Pascal subset" plus the Ada tasking support. It is not intended ever to be a full Ada compiler, rather a vehicle for teaching, learning, and experimenting with concurrentprogramming ...
Category:
Main\Computers\Programming\Languages\Ada
|
Compilers Construction (Popularity: )
(Score: 11.96)
http://www.personal.kent.edu/~rmuhamma/Compilers/compiler.html
Notes on compiler theory, the source code of describing actual construction of compiler in C programming language. Also compiler construction related links to books, notes, tutorials, and news groups.
Category:
Main\Computers\Programming\Compilers\Theory
|
EAG (Popularity: )
(Score: 11.78)
http://www.cs.ru.nl/~kees/eag/
A compiler compiler that uses the Extended Affix Grammar (EAG) formalism which describes both the context free and context sensitive syntax of language. The compiler generates either a recognizer or a transducer or a translator or a syntax-directed editor ...
Category:
Main\Computers\Programming\Compilers\Lexer and Parser Generators
|
Optimizing Oberon-2 Compiler: OOC (Popularity: )
(Score: 11.78)
http://ooc.sourceforge.net/
Oberon-2 development platform: optimizing compiler, several source code and compiler related tools, set of standard library modules, reference manual. [Open Source, LGPL]
Category:
Main\Computers\Programming\Languages\Oberon
|
CoSy compiler development system (Popularity: )
(Score: 11.73)
http://www.ace.nl/
The CoSy product is a flexible compiler development system for languages like C, DSP-C and Java, enabling architecture and compiler developers to generate and reconfigure efficient and robust compilers quickly for their existing and future cores.
Category:
Main\Computers\Programming\Compilers\Compiler Construction Kits
|
Oxford Oberon-2 Compiler (Popularity: )
(Score: 11.66)
http://spivey.oriel.ox.ac.uk/mike/obc/
Portable compiler that translates Oberon-2 into bytecode. This implementation is in use at Oxford on SparcStations and 386 PCs under Solaris, on 386 PCs under Linux, and on 386 PCs under DOS. The compiler is written in Caml Light, and the runtime system ...
Category:
Main\Computers\Programming\Languages\Oberon
|
JSadlier's C++ Resource (Popularity: )
(Score: 11.62)
http://members.aol.com/jsadlier/
Compiler listing, tutorials, source code. Geared towards beginners.
Category:
Main\Computers\Programming\Languages\C++
|
Turbo Pascal 3.0 compiler and code generation internals (Popularity: )
(Score: 11.42)
http://www.pcengines.ch/tp3.htm
Internals of one-pass compiler by example Pascal compiler.
Category:
Main\Computers\Programming\Compilers
|
Let's Build a Compiler (Popularity: )
(Score: 11.37)
http://compilers.iecc.com/crenshaw/
A multi-part tutorial on compiler construction by Jack Crenshaw.
Category:
Main\Computers\Programming\Compilers
|
JavaCC (Popularity: )
(Score: 11.37)
http://www.experimentalstuff.com/Technologies/JavaCC
The Java Compiler Compiler is a parser generator originally by Sun Microsystems. [Freeware]
Category:
Main\Computers\Programming\Languages\Java
|
MoonRock compiler (Popularity: )
(Score: 11.37)
http://www.rowan.sensation.net.au/moonrock.html
A free compiler for a Basic-like language, with QuickBasic source code.
Category:
Main\Computers\Programming\Languages\BASIC
|
Borland C++ Compiler 5.5 (Popularity: )
(Score: 11.35)
http://www.borland.com/products/downloads/download_cbuilder.html
A powerful, feature-rich, and fully integrated C++ compiler and development environment.
Category:
Main\Computers\Programming\Languages\C++
|
Official TIGCC Site (Popularity: )
(Score: 11.35)
http://tigcc.ticalc.org/
Mainly a C compiler for Texas Instruments TI-89, TI-92 Plus calculators; based on GCC, GNU Compiler Collection.
Category:
Main\Computers\Programming\Languages\C
|
Brainf*ck .Net Compiler (Popularity: )
(Score: 11.35)
http://bluesorcerer.net/esoteric/bf.html
Brainfuck compiler that outputs .NET IL code. Includes source of sample programs.
Category:
Main\Computers\Programming\Languages\Brainfuck
|
SML.NET compiler (Popularity: )
(Score: 11.35)
http://www.research.microsoft.com/Projects/SML.NET/
A Standard ML compiler developed at MSR Cambridge that targets the Microsoft .NET Common Language Runtime (CLR).
Category:
Main\Computers\Programming\Languages\ML
|
F (Popularity: )
(Score: 11.32)
http://www.fortran.com/F/index.html
Subset Fortran 95 compiler, keeping only the modern features. The compiler is freely available on Windows, Linux, and Solaris.
Category:
Main\Computers\Programming\Languages\Fortran
|
JOB Compiler (Popularity: )
(Score: 11.32)
http://www.uni-vologda.ac.ru/job/
JavaOBeron, Oberon-2 to Java virtual machine (VM) compiler, information, downloads. English, Russian.
Category:
Main\Computers\Programming\Languages\Oberon
|
The Portland Group: PGHPF Compiler (Popularity: )
(Score: 11.32)
http://www.pgroup.com/products/workpghpf.htm
Compiler for a variety of platforms. Product information and online purchasing.
Category:
Main\Computers\Parallel Computing\Programming\Languages
|
The HBC compiler (Popularity: )
(Score: 11.31)
http://www.cs.chalmers.se/~augustss/hbc/hbc.html
A compiler and interactive system for Haskell 1.4, unsupported for two years now.
Category:
Main\Computers\Programming\Languages\Haskell
|
Tiny C Compiler (Popularity: )
(Score: 11.31)
http://fabrice.bellard.free.fr/tcc/
Small compiler generating optimized x86 code.
Category:
Main\Computers\Programming\Languages\C
|
TAWK Compiler (Popularity: )
(Score: 11.31)
http://www.tasoft.com/tawk.html
Thompson Automation's cross-platform AWK compiler
Category:
Main\Computers\Programming\Languages\Awk
|
CLP(R) Compiler (Popularity: )
(Score: 11.27)
http://www.idiom.com/free-compilers/TOOL/CLP-1.html
Description and contact for runtime, compiler (byte-code), constraint solver; free for academic and research use.
Category:
Main\Computers\Programming\Languages\Logic-based
|
Delta Forth .NET compiler (Popularity: )
(Score: 11.20)
http://www.dataman.ro/dforth/
Forth compiler for the .NET platform. [Open source].
Category:
Main\Computers\Programming\Languages\Forth
|
Miracle C Compiler (Popularity: )
(Score: 11.14)
http://www.c-compiler.com/
Runs under Windows 98/ME/2000/XP and compiles for DOS box/console. Provides a multi-window development environment with integrated compiler and linker.
Category:
Main\Computers\Programming\Languages\C
|
Miracle C Compiler (Popularity: )
(Score: 11.07)
http://www.c-compiler.com/
Runs under Windows 98/ME/2000/XP and compiles for DOS box/console. Providing a multi-window development environment with integrated compiler and linker.
Category:
Main\Computers\Software\Shareware\Windows
|
Open64 (Popularity: )
(Score: 11.00)
http://open64.sourceforge.net/
Suite of optimizing compiler development tools for Intel Itanium(TM) systems running Linux. The Open64 project is the continuation of the SGI Pro64(TM) compiler suite which was released under the GNU General Public License (GPL). The Open64 compiler ...
Category:
Main\Computers\Programming\Languages\Fortran
|
LWN: GCC gets a new Optimizer Framework (Popularity: )
(Score: 10.76)
http://lwn.net/Articles/84888/
Artciel by Steven Bosscher and Diego Novillo. The first bits a major compiler internals overhaul have been merged into the development mainline of the GNU Compiler Collection (GCC) for inclusion in the next release.
Category:
Main\Computers\Programming\Compilers\GNU Compiler Collection
|
GotDotNet Resource Center: .Net Language Vendors (Popularity: )
(Score: 10.75)
http://www.gotdotnet.com/community/resources/default.aspx?ResourceTypeDropDownList=Language+vendors
A listing of compiler vendors for .NET platform alternative languages.
Category:
Main\Computers\Programming\Component Frameworks\NET
|
Grammatica (Popularity: )
(Score: 10.63)
http://www.nongnu.org/grammatica/
Grammatica is a free LL(k) parser generator (compiler compiler) for C# and Java. Support for automatic error recovery, and instant parsing is available.
Category:
Main\Computers\Programming\Compilers\Lexer and Parser Generators
|
Jikes (Popularity: )
(Score: 10.63)
http://oss.software.ibm.com/developerworks/opensource/jikes/
IBM Research Jikes Compiler Project. A Java compiler written in C++. [Open Source, IBM Public License]
Category:
Main\Computers\Programming\Languages\Java
|
Basilisk II with a JIT Compiler (Popularity: )
(Score: 10.63)
http://gwenole.beauchesne.online.fr/basilisk2/
A beta build of Basilisk II for Windows and Linux, which includes a Just in Time compiler. Speed is improved.
Category:
Main\Computers\Emulators\Apple\Macintosh
|
Context (Popularity: )
(Score: 10.61)
http://www.avhohlov.narod.ru/engl010.htm
Simple programming language and compiler, with sources on its own input language; DOS, Win32 versions. Some information on compiler design. By Andrei V. Khokhlov.
Category:
Main\Computers\Programming\Compilers
|
DJGPP Public Access Cross-Compiler (Popularity: )
(Score: 10.61)
http://www.delorie.com/djgpp/compile/
This service is being provided as a convenience to users who need to be able to produce a small DOS program and do not have access to a DOS machine with a compiler on it.
Category:
Main\Computers\Software\Operating Systems\x86
|
CppCC (C++ Compiler Compiler) (Popularity: )
(Score: 10.60)
http://cppcc.sourceforge.net/
a scanner+LL(k = 1..Inf) parser generator for C++. Allows easy top-down description of grammars in an intuitive and extensible manner. Good generated code speed (as comared to GNU Flex/Bison). [Open source, GPL]
Category:
Main\Computers\Programming\Compilers\Lexer and Parser Generators
|