Ваш любимый книжный интернет-магазин
Перейти на
GlavKniga.SU
Ваш город: Алматы
Ваше местоположение – Алматы
 Да 
От вашего выбора зависит время и стоимость доставки
Корзина: пуста
Авторизация 
  Логин
  
  Пароль
  
Регистрация  Забыли пароль?

Поиск по каталогу 
(строгое соответствие)
ISBN
Фраза в названии или аннотации
Автор
Язык книги
Год издания
с по
Электронный носитель
Тип издания
Вид издания
Отрасли экономики
Отрасли знаний
Сферы деятельности
Надотраслевые технологии
Разделы каталога
худ. литературы

Introduction to compiler design. The Basic Principles

В наличии
Местонахождение: АлматыСостояние экземпляра: новый
Бумажная
версия
Автор: Rajkumar Banoth and Aruna Kranthi Godishala
ISBN: 9786138930938
Год издания: 2020
Формат книги: 60×90/16 (145×215 мм)
Количество страниц: 180
Издательство: Scholars' Press
Цена: 46830 тг
Положить в корзину
Позиции в рубрикаторе
Отрасли знаний:
Код товара: 571754
Способы доставки в город Алматы *
комплектация (срок до отгрузки) не более 2 рабочих дней
Самовывоз из города Алматы (пункты самовывоза партнёра CDEK)
Курьерская доставка CDEK из города Москва
Доставка Почтой России из города Москва
      Аннотация: This book presents the subject of Compiler Design in a way that's understandable to a programmer, rather than a mathematician. Our basic premise is that the best way to learn how to write a compiler is to look at one in depth; the best way to understand the theory is to build tools that use that theory for practical ends. So, this book is built around working code that provides immediate practical examples of how given theories are applied. We make no claims that the code presented here is the only (or the best) implementation of the concepts presented. We've found, however, that looking at an implementation-at any implementation--can be a very useful adjunct to understanding the theory, and the reader is well able to adapt the concepts presented here to alternate implementations.
Ключевые слова: Compiler Design, A Simple One-Pass Compiler, Lexical Analysis, Syntax Analysis, Syntax-Directed Translation, Type Checking, Run-Time Environments, Intermediate Code Generation, Code generation