Skip to main content
  • Book
  • © 2008

Parsing Techniques

A Practical Guide

  • Accessible, yet comprehensive introduction to parsing techniques helps readers to quickly gain a broad understanding of subject
  • Summarizes more than 700 papers referenced in the book, saving readers countless hours
  • Many exercises include hints and partial solutions, making it ideal for self-study or classroom use
  • Extensive bibliography, and annotated bibliography on website, help interested readers to find more information
  • Includes supplementary material: sn.pub/extras

Part of the book series: Monographs in Computer Science (MCS)

Buy it now

Buying options

eBook USD 189.00
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 249.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book USD 249.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access

This is a preview of subscription content, log in via an institution to check for access.

Table of contents (18 chapters)

  1. Front Matter

    Pages i-xxiv
  2. Introduction

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 1-4
  3. Grammars as a Generating Device

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 5-60
  4. Introduction to Parsing

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 61-102
  5. General Non-Directional Parsing

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 103-136
  6. Regular Grammars and Finite-State Automata

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 137-164
  7. General Directional Top-Down Parsing

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 165-198
  8. General Directional Bottom-Up Parsing

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 199-233
  9. Deterministic Top-Down Parsing

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 235-261
  10. Deterministic Bottom-Up Parsing

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 263-341
  11. Non-Canonical Parsers

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 343-380
  12. Generalized Deterministic Parsers

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 381-398
  13. Substring Parsing

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 399-423
  14. Parsing as Intersection

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 425-442
  15. Parallel Parsing

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 443-471
  16. Non-Chomsky Grammars and Their Parsers

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 473-519
  17. Error Handling

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 521-544
  18. Practical Parser Writing and Usage

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 545-574
  19. Annotated Bibliography

    • Dick Grune, Ceriel J. H. Jacobs
    Pages 575-643
  20. Back Matter

    Pages 645-662

About this book

Parsing, also referred to as syntax analysis, has been and continues to be an essential part of computer science and linguistics. Today, parsing techniques are also implemented in a number of other disciplines, including but not limited to, document preparation and conversion, typesetting chemical formulae, and chromosome recognition.

This second edition presents new developments and discoveries that have been made in the field. Parsing techniques have grown considerably in importance, both in computational linguistics where such parsers are the only option, and computer science, where advanced compilers often use general CF parsers. Parsing techniques provide a solid basis for compiler construction and contribute to all existing software: enabling Web browsers to analyze HTML pages and PostScript printers to analyze PostScript. Some of the more advanced techniques are used in code generation in compilers and in data compression.

In linguistics, the importance of formal grammars was recognized early on, but only recently have the corresponding parsing techniques been applied. Also their importance as general pattern recognizers is slowly being acknowledged. This text Parsing Techniques explores new developments, such as generalized deterministic parsing, linear-time substring parsing, parallel parsing, parsing as intersection, non-canonical methods, and non-Chomsky systems.

To provide readers with low-threshold access to the full field of parsing techniques, this new edition uses a two-tiered structure. The basic ideas behind the dozen or so existing parsing techniques are explained in an intuitive and narrative style, and problems are presented at the conclusion of each chapter, allowing the reader to step outside the bounds of the covered material and explore parsing techniques at various levels. The reader is also provided with an extensive annotated bibliography as well as hints and partial solutions to a number of problems. In the bibliography, hundreds of realizations and improvements of parsing techniques are explained in a much terser, yet still informal, style, improving its readability and usability.

The reader should have an understanding of algorithmic thinking, especially recursion; however, knowledge of any particular programming language is not required.

Authors and Affiliations

  • Vrije Universiteit, 1081 HV, Netherlands

    Dick Grune, Ceriel J. H. Jacobs

Bibliographic Information

Buy it now

Buying options

eBook USD 189.00
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 249.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book USD 249.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access