Module scope

Source
Expand description

Scope types.

Provides implementation of general scope handling, and specific scope implementations for symbol table and memory space.

Re-exports§

pub use self::symbol::*;
pub use self::memory::*;

Modules§

memory
Memory space implementation and scope specification.
symbol
Symbol table implementation and scope specification.

Structs§

Scope
General scope object with underlying data structure T.

Traits§

Scoped
Trait for any object which has an associated scope.
Stack
General stack trait for an object which contains its own stack management.