Insert Article
Related articles
|
 |
 |
 |
Webmasters: Add your website here:
Readers: Edit |
Discuss Listings
C-- Problem: C was designed as a programming language, not as a compiler target language. C is suboptimal in the latter role. The Need: define a language designed as a portable target (assembly) language; replace C as target language used by compiler writers. Several implementations. http://www.cminusminus.org/
RIF: Riverside Intermediate Format Format for low-level representation of programs. For learnability, its based on C--, a gcc-compilable subset of C. C-- is the assembly language for a generic 3-address load/store architecture, called TALSA. RIF toolkit includes an lcc-based C to C-- translator, a C-- to TALSA assembler and disassembler, a library of functions and data structures for storing and manipulating TALSA programs for analysis, optimization, and low-level interpretation and translation. http://www.cs.ucr.edu/~thpproj/RIF/
Sphinx C-- At Goosee.com. Documentation. C-- for MenuetOS. Some C-- sources. http://www.goosee.com/cmm/
SPHiNX C-- User page: brief description and praise, software downloads, documentation. By Toren Kelley Smith. http://www.cs.utexas.edu/users/tbone/c--/
Open SPHiNX C-- Project A language midway between C and assembly language. http://sourceforge.net/projects/c--/
Sphinx C-- Michael Shecker modification of the Sphinx C--language with set of examples. http://c--sphinx.narod.ru/indexe.htm
|