Related articles |
---|
OOP Parse tree generation? nojeda@my-deja.com (Nicolas) (2000-03-11) |
Re: OOP Parse tree generation? qjackson@wave.home.com (Quinn Tyler Jackson) (2000-03-21) |
Re: OOP Parse tree generation? floris@vangog.net (Floris 'Tamama' van Gog) (2000-03-23) |
Re: OOP Parse tree generation? thp@roam-thp2.cs.ucr.edu (Tom Payne) (2000-03-23) |
Re: OOP Parse tree generation? lojedaortiz@interlink.com.ar (Nicolas Ojeda Bar) (2000-03-23) |
Re: OOP Parse tree generation? dara_gallagher@my-deja.com (2000-03-23) |
Re: OOP Parse tree generation? nelan@home.com (George Nelan) (2000-03-23) |
[4 later articles] |
From: | "Nicolas" <nojeda@my-deja.com> |
Newsgroups: | comp.compilers |
Date: | 11 Mar 2000 13:34:26 -0500 |
Organization: | hardly any |
Keywords: | OOP, question, comment |
Hi,
How would you implement parse tree structures for a language that has
statements and expressions (a la Pascal), in an object oriented fashion ?
TIA,
Nicolas
[Good question. I've never seen a very satisfactory OOP design for a
parser. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.