- 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.
http://www.hei.biz/beg/
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
http://expertcoder.sourceforge.net/
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
http://pdos.csail.mit.edu/~engler/pldi96-abstract.html
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
|