Related articles |
---|
Object-oriented AST dev@weiss.nom.fr (Thomas Weiss) (2006-04-08) |
Re: Object-oriented AST liekweg@gmx.de (Florian Liekweg) (2006-04-09) |
Re: Object-oriented AST cfc@shell01.TheWorld.com (Chris F Clark) (2006-04-12) |
Re: Object-oriented AST dev@weiss.nom.fr (Thomas Weiss) (2006-04-16) |
From: | Thomas Weiss <dev@weiss.nom.fr> |
Newsgroups: | comp.compilers |
Date: | 16 Apr 2006 09:57:52 -0400 |
Organization: | Compilers Central |
References: | 06-04-055 06-04-062 06-04-081 |
Keywords: | OOP, AST |
Posted-Date: | 16 Apr 2006 09:57:52 EDT |
Thank very much for your answers. Be sure these help me a lot.
In fact, I'm trying to design an AST for an ASN.1 compiler, and rules
descending from multiple parents appear often in the ASN.1 grammar.
I will try to post here the results of my work, as soon as I reach
something consistent and interesting.
Thomas
"Chris F Clark" <cfc@shell01.TheWorld.com> a écrit dans le message de news:
> Thomas Weiss wrote:
>> I am looking for an
>> efficient way to design abstract syntax trees in object-oriented
>> languages.
> ... [example showing inheirtance matching parsing stratgy snipped]
>
> This method was been followed [with some success I presume] in the
> Cocktail toolkit by Josef Gro\:lsh. ...
Return to the
comp.compilers page.
Search the
comp.compilers archives again.