Module tokay::vm

source ·
Expand description

Tokay virtual machine

Structs

  • Contexts represent stack frames for parselet calls.
  • Representation of a stack-frame based on current context.
  • Representatin of a loop-frame
  • Programs are containers holding statics and a pointer to the main parselet.
  • Thread which is executing a VM program.

Enums

  • Representing an accepting state within the Tokay VM.
  • Captures are stack items where the VM operates on.
  • Represents an rejecting state within the Tokay VM.