Logo

The GENTLE Compiler Construction System

Large book cover: The GENTLE Compiler Construction System

The GENTLE Compiler Construction System
by

Publisher: R. Oldenbourg Verlag
ISBN/ASIN: 3486247034
ISBN-13: 9783486247039
Number of pages: 143

Description:
The GENTLE Compiler Construction System, originally designed in 1989 at the German National Research Center for Information Technolgy, is now in industrial use for fifteen years: The very first system was sold to Nixdorf Computers, who used it to implement their Combined Object-Oriented Language, a C++ alternative for large mission-critical projects, e.g. in the chemical industry. The first Gentle system in 2005 was sold to Ritlabs, creators of The Bat, a leading email client.

Home page url

Download or read it online for free here:
Download link
(0.6MB, PDF)

Similar books

Book cover: Implementing Programming LanguagesImplementing Programming Languages
by
This book follows a theory-based practical approach, where theoretical models serve as blueprint for actual coding. The reader is guided to build compilers and interpreters. The solutions are moreover portable to different implementation languages.
(10089 views)
Book cover: Write You a Haskell: Building a modern functional compiler from first principlesWrite You a Haskell: Building a modern functional compiler from first principles
by - StephenDiehl.com
We will build a small functional language called Fun, complete with a parser, type inference, datatypes, pattern matching, desugaring, typeclasses, higher-kinded types, monadic IO, arbitrary-rank polymorphism, records, Core language, etc.
(7803 views)
Book cover: GNU Compiler Collection (GCC) InternalsGNU Compiler Collection (GCC) Internals
- Free Software Foundation
This manual documents the internals of the GNU compilers, including how to port them to new targets and some information about how to write front ends for new languages. It corresponds to the compilers (GCC) version 4.4.0.
(11582 views)
Book cover: Compiler ConstructionCompiler Construction
- Wikibooks
The purpose of this book is to provide practical advice on writing a compiler, together with some examples of both compilers and interpreters, in order to break away from the concept that building compilers and interpreters are impossible tasks.
(9855 views)