Wordlist Struct Reference
[Internal - Internal implementation of the forth virtual machine]

Representaion of a forth wordlist. More...

List of all members.

Public Attributes

CELL LastWord
CELL Previous
CELL Name

Detailed Description

Representaion of a forth wordlist.

Definition at line 218 of file forth.cpp.


Member Data Documentation

Pointer to the WordHeader of the last word defined in this wordlist.

Definition at line 223 of file forth.cpp.

Pointer to the previous defined wordlist. (Used to form a linked list of all wordlists which is needed to implement MARKER.)

Definition at line 228 of file forth.cpp.

Pointer to the WordHeader of a word whoes name will be given to this wordlist. (Used to implement ORDER.)

Definition at line 234 of file forth.cpp.


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.1