LALR parser generator: Difference between revisions

Content deleted Content added
Fixed underscore in wikilink
Bengsig (talk | contribs)
Corrected Richard Bornat's home page URL
 
Line 34:
{{Reflist}}
* Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman. ''[[Compilers: Principles, Techniques, and Tools]]'' Addison—Wesley, 1986. (AKA [[Compilers: Principles, Techniques, and Tools|The Dragon Book]], describes the traditional techniques for building LALR(1) parsers.)
* Richard Bornat ''[[Understanding and Writing Compilers]]'', Macmillan, 1979. (Describes the principles of automated left-to-right parsing and how to construct the parser tables, what a follow set is, etc., ''in English, not mathematics'' – available freely from the author's page at [httphttps://www.cseis.mdx.ac.uk/staffpages/r_bornat/#vanitypublishing].)
 
==Further reading==