Re: Creating an interpreter for a Logo-like language on MacOS X

cgweav@aol.com (Clayton Weaver)
30 Mar 2003 21:32:12 -0500

          From comp.compilers

Related articles
Creating an interpreter for a Logo-like language on MacOS X macfiddler@iprimus.com.au (Erika) (2003-03-30)
Re: Creating an interpreter for a Logo-like language on MacOS X haberg@math.su.se (2003-03-30)
Re: Creating an interpreter for a Logo-like language on MacOS X cgweav@aol.com (2003-03-30)
Re: Creating an interpreter for a Logo-like language on MacOS X macfiddler@ozemail.com.au (Erica Mackenzie) (2003-04-05)
| List of all articles for this month |

From: cgweav@aol.com (Clayton Weaver)
Newsgroups: comp.compilers
Date: 30 Mar 2003 21:32:12 -0500
Organization: AOL http://www.aol.com
References: 03-03-170
Keywords: books
Posted-Date: 30 Mar 2003 21:32:12 EST

"Parsing Techniques - A Practical Guide" by Dick Grune and Ceriel
J.H. Jacobs is available on-line and is one of the best resources for
questions about parsing.


PTAPG has detailed explanations for the LL/LR/LALR part of your
questions:


<http://www.cs.vu.nl/~dick/PTAPG.html>


It is not tool-oriented, not a howto for using lex, yacc, or any other
lexing and parsing tools to build a parser. Rather it details how to
design grammars to be parsable with various parsing methods, what sets
those parsing models and in fact formal languages apart from one
another, and what actions the parser takes to compare statements in a
particular language with a grammar for that language.


Regards,


Clayton Weaver
<mailto: cgweav@aol.com>


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.