Search: in
C--
C-- in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
C-- Email this to a friend      C--

C--

C-- is an intermediate language designed to be emitted by compilers. C-- is intended to play the role that is usually played by either the C programming language or machine-specific assembly language in modern compilers. The language's syntax borrows heavily from C. Hence, the name of the language employs C's unary destructive decrement operator to show that it is almost a subset of C. This is analogous to the way in which C++ is almost a superset of C.

The language is designed as an intermediate language to mediate between high-level compiler tools and low-level optimisers. It omits or changes standard C features such as variadic functions, pointer syntax, and aspects of C's type system. These features are left out of C-- or present in modified form because they hamper certain essential features of C-- (such as tail-call optimisation) and the ease with which code-generation tools can produce it.

C-- is a target platform for the Glasgow Haskell Compiler, and will eventually become the main platform. Some of C--'s developers, including Simon Peyton Jones, also work on the Glasgow Haskell Compiler. The codebase and development are based at Microsoft Research in Cambridge, though it is not a Microsoft project.

See also

External links

fr:C-- (langage intermédiaire) pl:C-- pt:C-- ru:C--





Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Related Links in C--

Search the web for C--
Search for tutorials in C--
Search Encyclopedia for C--
Search for C-- in TutorGig Dictionary
Search for C-- in Open Directory
Search for C-- in PriceGig



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Advertisement

Advertisement



C-- in Encyclopedia
C-- top C--

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement