Parsing Theory. Volume 1: Languages and Parsing

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

The theory of parsing is an important application area of the theory of formal languages and automata. The evolution of modem high-level programming languages created a need for a general and theoretically dean methodology for writing compilers for these languages. It was perceived that the compilation process had to be "syntax-directed", that is, the functioning of a programming language compiler had to be defined completely by the underlying formal syntax of the language. A program text to be compiled is "parsed" according to the syntax of the language, and the object code for the program is generated according to the semantics attached to the parsed syntactic entities. Context-free grammars were soon found to be the most convenient formalism for describing the syntax of programming languages, and accordingly methods for parsing context-free languages were develĀ­ oped. Practical considerations led to the definition of various kinds of restricted context-free grammars that are parsable by means of efficient deterministic linear-time algorithms.

Author(s): Seppo Sippu, Eljas Soisalon-Soininen
Series: EATCS Monographs on Theoretical Computer Science 15
Publisher: Springer
Year: 1988

Language: English
Pages: 233
Tags: Algorithm Analysis and Problem Complexity; Mathematical Logic and Formal Languages

Front Matter....Pages I-VIII
Elements of Language Theory....Pages 1-35
Algorithms on Graphs....Pages 37-64
Regular Languages....Pages 65-114
Context-free Languages....Pages 115-151
Parsing....Pages 153-215
Back Matter....Pages 217-228