Limit this search to....

Introduction to Compilers and Language Design
Contributor(s): Thain, Douglas (Author)
ISBN: 0359142834     ISBN-13: 9780359142835
Publisher: Lulu.com
OUR PRICE:   $20.90  
Product Type: Paperback - Other Formats
Published: July 2019
Qty:
Additional Information
BISAC Categories:
- Computers
Physical Information: 0.56" H x 6" W x 9" (0.81 lbs) 246 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
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 compiler from scratch is a rite of passage: a challenging and fun project that offers insight into many different aspects of computer science, some deeply theoretical, and others highly practical. 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. It is most suitable for undergraduate students who have some experience programming in C, and have taken courses in data structures and computer architecture.