Name |
Description |
CaptureHelper |
Provides helper methods for getting stuff into and out of captures, both native ones and user-level ones. |
Context |
A context represents a given invocation of a block. (Note this is fairly sketchy at the moment.) |
ExecutionDomain |
An execution domain is the root of all state we keep around for a running Perl 6 program. We may manage to have multiple of these in memory, and they'd be isolated from each other. |
Ops |
This class implements the various vm::op options that are available. |
Parameter |
Represents a parameter in a signature. |
Signature |
Represents a signature. |
SignatureBinder |
Simple signature binder implementation. |
ThreadContext |
We have one of these per thread that we are running. |