Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
Essentials of Compilation: An Incremental Approach in Python
🌠 Top Free Algorithms Books - 100% Free or Open Source!
  • Title: Essentials of Compilation: An Incremental Approach in Python
  • Author(s) Jeremy G. Siek
  • Publisher: The MIT Press (August 1, 2023); eBook (Creative Commons Licensed)
  • License(s): Creative Commons License (CC)
  • Paperback: 232 pages
  • eBook: PDF
  • Language: English
  • ISBN-10: 0262048248
  • ISBN-13: 978-0262048248
  • Share This:  

Book Description

A hands-on approach to understanding and building compilers using the programming language Python.

Compilers are notoriously difficult programs to teach and understand. This book explains the essential concepts, algorithms, and data structures that underlie modern compilers and lays the groundwork for future study of advanced topics.

About the Authors
  • Jeremy G. Siek is Professor of Computer Science at Indiana University. He invented gradual typing, a type system that integrates both dynamic and static typing in the same programming language.
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
  • Essentials of Compilation: An Incremental Approach in Racket

    A hands-on approach to understanding and building compilers using Racket. Explains the essential concepts, algorithms, and data structures that underlie modern compilers and lays the groundwork for future study of advanced topics.

  • Introduction to Compilers and Language Design (Douglas Thain)

    This book offers a one semester introduction into compiler construction, enabling the reader to build a simple compiler that accepts a C-like language and translates it into working X86 or ARM assembly language.

  • Compiler Design: Theory, Tools, and Examples (Seth Bergmann)

    This is an introductory level text for compiler design courses, that emphasizes problem solving skills. The concepts are clearly presented with sampler problems and diagrams to illustrate the concepts.

  • Basics of Compiler Design (Torben Mogensen)

    This book presents techniques for making realistic, though non-optimizing compilers for simple programming languages using methods that are close to those used in 'real' compilers, albeit slightly simplified in places for presentation purposes.

  • Compiler Construction (William M. Waite, et al)

    This is a modern text written by two leaders in the field. It demonstrates how a compiler is built, and provides the reader with a firm theoretical basis for compiler construction and sound engineering principles.

  • Implementing Programming Languages: Compilers and Interpreters

    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.

  • Compiler Design in C (Allen I. Holub)

    It teaches real-world compiler design concepts and implementation, with the basics of compiler design, concentrating on the second pass (in a typical four-pass compiler), consisting of a lexical analyzer, parser, and a code generator, etc.

  • Let's Build a Compiler (Jack w. Crenshaw)

    This book provides a practically-oriented introduction to high-level programming language implementation. It covers the fundamental principles of the subject in an accessible way and presents the necessary background theory.

  • Parsing Techniques - A Practical Guide (Dick Grune, et al)

    Parsing techniques provide a solid basis for compiler construction and linguistics, and contribute to all existing software: they enable Web browsers to analyze HTML pages and PostScript printers to analyze PostScript, code generation in compilers, etc.

  • Compiling Techniques (F. R. A. Hopgood)

    In this book, the problem-oriented language to be compiled will be assumed to be as machine independent and as complex as a language like Fortran or Algol. Most examples will be drawn from one or other of these languages.

  • Compiler Construction (Niklaus Wirth)

    A refreshing antidote to heavy theoretical tomes, this book is a concise, practical guide to modern compiler design and construction by an acknowledged master. Readers are taken step-by-step through each stage of compiler design.

Book Categories
:
Other Categories
Resources and Links