X
Category:
Introduction to Compilers and Language
Introduction to Compilers and Language
Introduction to Compilers and Language

Introduction to Compilers and Language Design: Second Edition

Product ID : 46172423
4.2 out of 5 stars


Galleon Product ID 46172423
Shipping Weight 0.79 lbs
I think this is wrong?
Model
Manufacturer Independently Published
Shipping Dimension 8.94 x 5.98 x 0.67 inches
I think this is wrong?
-
2,123

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown
  • Electrical items MAY be 110 volts.
  • 7 Day Return Policy
  • All products are genuine and original
  • Cash On Delivery/Cash Upon Pickup Available

Pay with

About Introduction To Compilers And Language

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.