FORM 4.3
|
#include <structs.h>
Data Fields | |
LONG | name |
WORD | parent |
WORD | left |
WORD | right |
WORD | balance |
WORD | type |
WORD | number |
The names of variables are kept in an array. Elements of type NAMENODE define a tree (that is kept balanced) that make it easy and fast to look for variables. See also NAMETREE.
LONG name |
Offset into NAMETREE::namebuffer.
WORD type |
Type associated with the name. See compiler types.
WORD number |
Number of variable in LIST's like for example C_const::SymbolList.