Nuvoton FORTH
 All Classes Files Functions Variables Macros Modules Pages
Functions | Variables
Symbol table
Collaboration diagram for Symbol table:

Functions

void Lcompile (std::string *name)
 compile label
 
void Ldefine (std::string *name)
 define label
 

Variables

std::map< std::string, CELLlabel
 code labels table
 
std::map< std::string,
std::vector< CELL > > 
forward
 table of forward references
 

Detailed Description