Symbol table handling


This module implements a general purpose symbol table handling. You can create several symbol tables and can store ZCHAR terminated strings in it. Each string has an assigned value, which is a void * pointer. This is a general purpose approach that lets the programmer to store any value in the symbol table assigned to the strings.

The module is GNU LGPL and is part of the ScriptBasic interpreter package.

For further information visit the ScriptBasic home page and read the Developers' Guide detailing all the modules.