| Related articles |
|---|
| C++ symbol table jdass@cssc-melb.tansu.com.au (Joydip Dass) (1993-02-19) |
| Re: C++ symbol table preston@dawn.cs.rice.edu (1993-02-19) |
| Re: C++ symbol table chased@rbbb.Eng.Sun.COM (1993-02-19) |
| Re: C++ symbol table tony@cs.colorado.edu (1993-02-21) |
| Re: C++ symbol table dietz@cs.rochester.edu (1993-02-23) |
| Newsgroups: | comp.compilers |
| From: | preston@dawn.cs.rice.edu (Preston Briggs) |
| Keywords: | C++, parse |
| Organization: | Rice University, Houston |
| References: | 93-02-101 |
| Date: | Fri, 19 Feb 1993 17:38:05 GMT |
jdass@cssc-melb.tansu.com.au (Joydip Dass) writes:
>I have got hold of Jim Roskind`s C++ grammar. I have also modified his
>Flex input file to suit my purposes. However, as he points out in his
>documentation, the lexer he supplied does not include a SYMBOL TABLE and
>does NOT KEEP TRACK OF CURRENT SCOPES. I am in need of these
>facilities....
Thr Dragon Book is a good source for this stuff.
title="Compilers: Principles, Techniques, and Tools",
author="Alfred V. Aho and Ravi Sethi and Jeffrey D. Ullman",
year=1986,
publisher="Addison-Wesley"
Also, here's a relevant paper from one of the early compiler
construction conferences.
title="Hashed Symbol Tables for Languages with Explicit Scope Control",
author="Susan L. Graham and W. N. Joy and O. Roubine",
pages="50--57",
journal=sigplan,
year=1979,
month=aug,
volume=14,
number=8,
note=pldi79
Preston Briggs
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.