|Eingestellt in Kategorie:
Dieses Angebot wurde vom Verkäufer am Do, 10. Jul um 11:23 beendet, da der Artikel nicht mehr verfügbar ist.
Writing Compilers and Interpreters : An Applied Approach Using C+
Beendet
Writing Compilers and Interpreters : An Applied Approach Using C+
US $9,42US $9,42
Do, 10. Jul, 11:23Do, 10. Jul, 11:23
Ähnlichen Artikel verkaufen?

Writing Compilers and Interpreters : An Applied Approach Using C+

Free US Delivery | ISBN:0471113530
Better World Books West
(353857)
Angemeldet als gewerblicher Verkäufer
US $9,42
Ca.CHF 7,57
Artikelzustand:
Gut
Used book that is in clean, average condition without any missing pages. 100% Money-Back Guarantee.
    Versand:
    Kostenlos Economy Shipping.
    Standort: Reno, Nevada, USA
    Lieferung:
    Lieferung zwischen Do, 31. Jul und Mo, 4. Aug nach 94104 bei heutigem Zahlungseingang
    Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
    Rücknahme:
    30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
    Zahlungen:
         Diners Club

    Sicher einkaufen

    eBay-Käuferschutz
    Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
    Der Verkäufer ist für dieses Angebot verantwortlich.
    eBay-Artikelnr.:277094056031
    Zuletzt aktualisiert am 09. Jul. 2025 16:52:39 MESZAlle Änderungen ansehenAlle Änderungen ansehen

    Artikelmerkmale

    Artikelzustand
    Gut
    Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr geringfügige Beschädigungen auf, wie z.B. kleinere Schrammen, er hat aber weder Löcher, noch ist er eingerissen. Bei gebundenen Büchern ist der Schutzumschlag möglicherweise nicht mehr vorhanden. Die Bindung weist geringfügige Gebrauchsspuren auf. Die Mehrzahl der Seiten ist unbeschädigt, das heißt, es gibt kaum Knitter oder Einrisse, es wurden nur in geringem Maße Bleistiftunterstreichungen im Text vorgenommen, es gibt keine Textmarkierungen und die Randbereiche sind nicht beschrieben. Alle Seiten sind vollständig vorhanden. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
    Hinweise des Verkäufers
    “Used book that is in clean, average condition without any missing pages. 100% Money-Back Guarantee.”
    Book Title
    Writing Compilers and Interpreters : An Applied Approach Using C+
    ISBN
    9780471113539

    Über dieses Produkt

    Product Identifiers

    Publisher
    Wiley & Sons, Incorporated, John
    ISBN-10
    0471113530
    ISBN-13
    9780471113539
    eBay Product ID (ePID)
    587720

    Product Key Features

    Number of Pages
    864 Pages
    Language
    English
    Publication Name
    Writing Compilers and Interpreters : an Applied Approach Using C++
    Publication Year
    1996
    Subject
    Programming Languages / C++, Compilers
    Features
    Revised
    Type
    Textbook
    Author
    Ronald L. Mak
    Subject Area
    Computers
    Format
    Trade Paperback

    Dimensions

    Item Height
    1.8 in
    Item Weight
    43.7 Oz
    Item Length
    9.2 in
    Item Width
    7.4 in

    Additional Product Features

    Edition Number
    2
    Intended Audience
    Trade
    LCCN
    96-005938
    Dewey Edition
    20
    Illustrated
    Yes
    Dewey Decimal
    005.4/5
    Edition Description
    Revised edition
    Table Of Content
    Reading and Listing the Source Program. Scanning. The Symbol Table. Parsing Expressions. Parsing Statements. Parsing Declarations. Parsing Programs, Procedures and Functions. Interpreting Declared Procedures and Functions. Interpreting Control Statements and the Standard Procedures and Functions. An Interactive Source-Level Debugger. Machine Architecture and Assembly Code. Compiling Procedures, Functions, and Assignment Statements. Compiling Control Statements. Advanced Concepts: An Overview. Appendices.
    Synopsis
    Quickly master all the skills you need to build your own compilers and interpreters in C++ Whether you are a professional programmer who needs to write a compiler at work or a personal programmer who wants to write an interpreter for a language of your own invention, this book quickly gets you up and running with all the knowledge and skills you need to do it right. It cuts right to the chase with a series of skill-building exercises ranging in complexity from the basics of reading a program to advanced object-oriented techniques for building a compiler in C++. Here's how it works: Every chapter contains anywhere from one to three working utility programs that provide a firsthand demonstration of concepts discussed, and each chapter builds upon the preceding ones. You begin by learning how to read a program and produce a listing, deconstruct a program into tokens (scanning), and how to analyze it based on its syntax (parsing). From there, Ron Mak shows you step by step how to build an actual working interpreter and an interactive debugger. Once you've mastered those skills, you're ready to apply them to building a compiler that runs on virtually any desktop computer. Visit the Wiley Computer Books Web page at: http://www.wiley.com/compbooks/, Quickly master all the skills you need to build your own compilers and interpreters in C++ Whether you are a professional programmer who needs to write a compiler at work or a personal programmer who wants to write an interpreter for a language of your own invention, this book quickly gets you up and running with all the knowledge and skills you need to do it right. It cuts right to the chase with a series of skill-building exercises ranging in complexity from the basics of reading a program to advanced object-oriented techniques for building a compiler in C++. Here2s how it works: Every chapter contains anywhere from one to three working utility programs that provide a firsthand demonstration of concepts discussed, and each chapter builds upon the preceding ones. You begin by learning how to read a program and produce a listing, deconstruct a program into tokens (scanning), and how to analyze it based on its syntax (parsing). From there, Ron Mak shows you step by step how to build an actual working interpreter and an interactive debugger. Once you2ve mastered those skills, you2re ready to apply them to building a compiler that runs on virtually any desktop computer. Visit the Wiley Computer Books Web page at: http://www.wiley.com/compbooks/, Both compilers and interpreters are programs that translate high-level computer languages, the languages in which programmers do their work, into machine-executable code. Compilers translate an entire program at once, making it ready for execution. Interpreters are simpler and slower because they translate programs into machine language one command at a time.
    LC Classification Number
    QA76.76.C65M35 1996

    Artikelbeschreibung des Verkäufers

    Info zu diesem Verkäufer

    Better World Books West

    98,6% positive Bewertungen1.5 Mio. Artikel verkauft

    Mitglied seit Jul 2016
    Angemeldet als gewerblicher Verkäufer
    Better World Books is a for-profit, socially conscious business and a global online bookseller that collects and sells new and used books online, matching each purchase with a book donation. Each sale ...
    Mehr anzeigen
    Shop besuchenKontakt

    Detaillierte Verkäuferbewertungen

    Durchschnitt in den letzten 12 Monaten
    Genaue Beschreibung
    4.8
    Angemessene Versandkosten
    5.0
    Lieferzeit
    5.0
    Kommunikation
    5.0

    Verkäuferbewertungen (431'064)

    Alle Bewertungen
    Positiv
    Neutral
    Negativ
      • 5***j (167)- Bewertung vom Käufer.
        Letzter Monat
        Bestätigter Kauf
        Arrived on time. The book was a bit deformed but hopefully it will recover its shape after pressing it with some weight.
      Alle Bewertungen ansehen