src/symtable.h File Reference

Symbol Tables. More...

#include "cons.h"

Go to the source code of this file.

Classes

class  SymTable
 A mapping from (char*) to (id). More...


Detailed Description

Symbol Tables.

Provides a mapping interface from char strings to id.

Bug:
The current implementation using an assoc-list structure. This provides a linear time for "get" and "contains" operations, though "put" is still constant.

Generated on Mon Dec 24 06:11:58 2007 for gfront by  doxygen 1.5.2