|
Zen-C
|
Represents a lexical scope (block). More...
#include <parser.h>

Data Fields | |
| ZenSymbol * | symbols |
| Linked list of symbols in this scope. | |
| struct Scope * | parent |
| Pointer to the parent scope (NULL for global). | |
Represents a lexical scope (block).
Scopes form a hierarchy (parent pointer) and contain a list of symbols defined in that scope.
| struct Scope* Scope::parent |
Pointer to the parent scope (NULL for global).
| ZenSymbol* Scope::symbols |
Linked list of symbols in this scope.