Related articles |
---|
Bison version 1.875 available eggert@twinsun.com (Paul Eggert) (2003-01-01) |
Re: Bison version 1.875 available thp@cs.ucr.edu (2003-01-04) |
Re: Bison version 1.875 available bonzini@gnu.org (2003-01-07) |
Re: Bison version 1.875 available matkin@acm.org (Mats Kindahl) (2003-01-07) |
Re: Bison version 1.875 available eggert@CS.UCLA.EDU (Paul Eggert) (2003-01-07) |
Re: Bison version 1.875 available adrian@sartre.cs.rhbnc.ac.uk (A Johnstone) (2003-01-12) |
Re: Bison version 1.875 available garry.iglesias@laposte.net (JunkyCoder) (2003-01-12) |
From: | Paul Eggert <eggert@CS.UCLA.EDU> |
Newsgroups: | comp.compilers |
Date: | 7 Jan 2003 23:34:12 -0500 |
Organization: | Compilers Central |
References: | 03-01-005 03-01-017 |
Keywords: | parse |
Posted-Date: | 07 Jan 2003 23:34:12 EST |
thp@cs.ucr.edu writes:
> I'd be interested in learning more about the techniques involved
> [in Bison 1.875's GLR parser]. Any good references?
Here's a good exposition of GLR parsing techniques:
Elizabeth Scott, Adrian Johnstone and Shamsa Sadaf Hussain,
Tomita-Style Generalised LR Parsers,
Royal Holloway, University of London, Department of Computer Science, TR-00-12
<http://www.cs.rhul.ac.uk/research/languages/publications/tomita_style_1.ps>
(2000-12-24).
Paul Hilfinger wrote the Bison GLR implementation by starting from the
much briefer description in:
Tim A. Wagner,
Practical Algorithms for Incremental Software Development Environments,
Ph.D. dissertation, University of California, Berkeley
<http://http.cs.berkeley.edu/Research/Projects/harmonia/papers/twagner-thesis.pdf>
(1998-03-10).
Return to the
comp.compilers page.
Search the
comp.compilers archives again.