-----Original Message----- From: Thore Karlsen [mailto:sid@6581.com] Sent: 28 June 2005 14:48 To: boost-users@lists.boost.org Subject: Re: [Boost-users] Spirit - a Reversed Polish Notation calculator Do you have any suggestions for books or tutorials that show how to make proper LL grammars? Solving ambiguities, eliminating left recursion, etc. I learned all of this in college, but I've forgotten most of the finer points since I never had a practical need for a parser before now.
In my youth I found "Compilers" by Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman useful (http://www.amazon.com/exec/obidos/tg/detail/-/0201100886/qid=1119968544 /sr=8-1/ref=pd_bbs_1/102-1607349-4401717?v=glance&s=books&n=507846). Andrew Appel has a book on the subject which I dislike, "Modern Compiler Implementation in C".