Re: How to store an AST

Willy Jacobs <WN.Jacobs@net.HCC.nl>
16 May 1999 15:30:39 -0400

          From comp.compilers

Related articles
How to store an AST salvador@ucseii.edu.ar (Salvador V. Cavadini) (1999-04-30)
Re: How to store an AST madings@baladi.nmrfam.wisc.edu (Steve Mading) (1999-05-07)
Re: How to store an AST drh@microsoft.com (Dave Hanson) (1999-05-07)
Re: How to store an AST mph@zdenka.demon.co.uk (Mike Harrison) (1999-05-09)
Re: How to store an AST nmh@dialup.nacamar.de (Nils M Holm) (1999-05-16)
Re: How to store an AST WN.Jacobs@net.HCC.nl (Willy Jacobs) (1999-05-16)
| List of all articles for this month |

From: Willy Jacobs <WN.Jacobs@net.HCC.nl>
Newsgroups: comp.compilers
Date: 16 May 1999 15:30:39 -0400
Organization: HCC
References: 99-04-120 99-05-031 99-05-033
Keywords: design

Mike Harrison wrote:


> Salvador V. Cavadini <salvador@ucseii.edu.ar> wrote
> >> I'm programming a front-end for a tool and I need to store in disk the
> >> AST produced by the parser. The rest of the tool will randomly access
> >> the AST's nodes. I would be greatful if someone can recommend an
> >> efficient way for store the AST.
>
> Another reference worth looking at, is:
>
> Snodgrass, Richard.
> The interface description language: Definition and use.
>
> Published 1989, by Computer Science Press.
>
> ISBN 0-7167-8198-0.
>
> The UNC implementation is not the only one, there was at least one
> other, done at (or at least by people from) CMU, but I don't have
> details of that.


The other one (CMU/Tartan) is described in:


        J.R. Nestor, J.M. Newcomer, P. Giannini, D.L. Stone
        IDL - The Language and Its Implementation
        Prentice-Hall, 1990, ISBN 0-13-450214-0


An IDL-lite implementation as descibed in the book (Mini IDL) is
also available.


> Mike H.
--
Willy Jacobs
mailto:wn.jacobs@net.hcc.nl


Post a followup to this message

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