Cyclone Scheme  0.4
Functions
Symbol table

The symbol table, a thread-safe container for all symbols. More...

Functions

char * _strdup (const char *s)
 
object add_symbol (symbol_type *psym)
 
object add_symbol_by_name (const char *name)
 
object find_or_add_symbol (const char *name)
 
object find_symbol_by_name (const char *name)
 

Detailed Description

The symbol table, a thread-safe container for all symbols.

This table contains a pointer to each symbol used by the current program.