Web Directory >> Computers and Internet >> Software Development >> Compilers >> Compiler Construction Kits
Compiler Construction Kits (Subscribe)
Categories
- ANTLR (0)
Links
Catalog of Compiler Construction Toolshttp://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/tools and compiler construction with Java.
|
CoSy compiler development systemThe 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.
|
SUIF Compiler SystemExtensible system that supports parallelization, object-oriented programming languages, scalar optimizations and machine-specific optimizations.
|
The LLVM Compiler Infrastructure ProjectA compiler infrastructure designed for compile-time, link-time, runtime, and "idle-time" optimization of programs from arbitrary programming languages. LLVM is written in C++. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 3.4 to SPARC v9 and X86 architectures, a back-end which emits C, and a Just-In-Time compiler for X86 and SPARC v9 processors. [University of Illinois Open Source License]
|
The Mozart Development Environmenthttp://mozart-dev.sourceforge.net/ a set of APIs and a file format that allow various development tools such as compilers, editors, class browsers and others to exchange data and cooperate. Currently, Mozart parses and "renders" only Java, although internally it is language neutral.
|