In file hl.h:

typedef struct SYMBOL_TABLE_s

Symbol table.

[more]pblHashTable_t* hashTable
hash table of pairs <label, identifier>
[more]size_t labelCount
number of labels in the table


Documentation

Symbol table.

This structure maps a set of symbol labels (string) to integer identifiers.

opblHashTable_t* hashTable
hash table of pairs <label, identifier>

osize_t labelCount
number of labels in the table

Alphabetic index



This page was generated with the help of DOC++.