Compilers
- 21
- Pennington Systems Incorporated
- develops and markets software engineering automation software, including XTRAN, our expert system for analyzing, translating, and re-engineering assemblers, 3GLS, 4GLS, command languages, database languages, and text.
- 22
- ProFactor Software
- Provider of productivity tools for C and C++ programmers. Product information and 14-day trials. Currently featuring a source code formatter.
- 23
- Semantic Designs
- Provides front ends (parsers/analyzers and transformation tools) for conventional programming languages such as C, C++, COBOL and Java. Links to description of underlying DMS engine and related tools.
- 24
- Tasking
- Supplier of software development tools for embedded microcontroller and digital signal processors applications across industry standard computing platforms.
- 25
- Vendor of 8051 development tools
- C Compiler for 8051, Avr, Evaluation Boards, Single Board Computer, Embedded Software, Simulators.
- 26
- Compilers Construction
- 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.
- 27
- Deadly Sins
- For a compiler writer from P. J. Brown's Writing Interactive Compilers and Interpreters.
- 28
- Programming Language Research Links
- Links to resources for research in programming language theory, design, implementation, and related areas. (Mark Leone, Carnegie Mellon University)
- 30
- Fnc-2 Attribute Grammar System
- An attribute grammar system based on strongly non-circular AGs that perform space optimizations.
- 31
- Micro Attribute Grammar System
- The UU_AG system is a very simple program that reads a set of files containing an attribute grammar, in which semantic functions are described through Haskell expressions.
- 32
- BEG - a Back End Generator
- BEG is a commercial generator for compiler back ends. It reads a declarative description of a target processor (i.e. SPARC, MIPS, ARM, x86, etc.) and produces a possibly optimizing code generator in form of a C program.
- 33
- Dynamically Targetable Tools Framework (DTTF)
- A framework for building dynamically targetable compilers, assemblers and simulators for a wide variety of processor architectures. [Commercial]
- 34
- ExpertCoder
- ExpertCoder is a toolkit for the .NET platform that supports the creation of code generators based on expert systems. Not a code generator-generator but rather a set of libraries useful for writing generators, it is released under the GPL license.
- 35
- JBurg: a Bottom-Up Rewrite Machine Generator for Java
- Java-based BURG (code emitter generator) which can also be used as a general purpose dynamic programming engine. [Open source, Common Public License]
- 36
- New Jersey Machine-Code Toolkit
- Helps programmers write applications that process machine code: assemblers, disassemblers, code generators, tracers, profilers, debuggers. Toolkit lets programmers encode and decode machine instructions symbolically. Encoding and decoding are automated based on compact specifications.
- 37
- froofyJIT
- C++ front end for Paolo Bonzini's GNU lightning library for dynamic native code generation. Uses C++'s language facilities to achieve conciseness approximating a `real' assembly language.
- 38
- vcode
- A library for dynamically generating machine code from within a C program. Code is generated using a generic RISC-like virtual instruction set which is then translated into native processor instructions. Currently vcode supports MIPS, SPARC, and Alpha processors.
- 39
- Catalog of Compiler Construction Tools
- 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.