Implementing Programming Languages

Implementing Programming Languages
Author :
Publisher :
Total Pages : 224
Release :
ISBN-10 : 1848900643
ISBN-13 : 9781848900646
Rating : 4/5 (43 Downloads)

Book Synopsis Implementing Programming Languages by : Aarne Ranta

Download or read book Implementing Programming Languages written by Aarne Ranta and published by . This book was released on 2012 with total page 224 pages. Available in PDF, EPUB and Kindle. Book excerpt: Implementing a programming language means bridging the gap from the programmer's high-level thinking to the machine's zeros and ones. If this is done in an efficient and reliable way, programmers can concentrate on the actual problems they have to solve, rather than on the details of machines. But understanding the whole chain from languages to machines is still an essential part of the training of any serious programmer. It will result in a more competent programmer, who will moreover be able to develop new languages. A new language is often the best way to solve a problem, and less difficult than it may sound. 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 in a well-understood and scalable way. The solutions are moreover portable to different implementation languages. Much of the actual code is automatically generated from a grammar of the language, by using the BNF Converter tool. The rest can be written in Haskell or Java, for which the book gives detailed guidance, but with some adaptation also in C, C++, C#, or OCaml, which are supported by the BNF Converter. The main focus of the book is on standard imperative and functional languages: a subset of C++ and a subset of Haskell are the source languages, and Java Virtual Machine is the main target. Simple Intel x86 native code compilation is shown to complete the chain from language to machine. The last chapter leaves the standard paths and explores the space of language design ranging from minimal Turing-complete languages to human-computer interaction in natural language.


Implementing Programming Languages Related Books

Implementing Programming Languages
Language: en
Pages: 224
Authors: Aarne Ranta
Categories: Computers
Type: BOOK - Published: 2012 - Publisher:

DOWNLOAD EBOOK

Implementing a programming language means bridging the gap from the programmer's high-level thinking to the machine's zeros and ones. If this is done in an effi
Crafting Interpreters
Language: en
Pages: 1021
Authors: Robert Nystrom
Categories: Computers
Type: BOOK - Published: 2021-07-27 - Publisher: Genever Benning

DOWNLOAD EBOOK

Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience
Programming Language Processors
Language: en
Pages: 452
Authors: David Anthony Watt
Categories: Computers
Type: BOOK - Published: 1993 - Publisher:

DOWNLOAD EBOOK

Introduction to Compilers and Language Design
Language: en
Pages: 248
Authors: Douglas Thain
Categories:
Type: BOOK - Published: 2019-07-24 - Publisher: Lulu.com

DOWNLOAD EBOOK

A compiler translates a program written in a high level language into a program written in a lower level language. For students of computer science, building a
Language Implementation Patterns
Language: en
Pages: 456
Authors: Terence Parr
Categories: Computers
Type: BOOK - Published: 2009-12-31 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

Learn to build configuration file readers, data readers, model-driven code generators, source-to-source translators, source analyzers, and interpreters. You don