Module hematita::vm[][src]

Modules

Structs

Enums

The operation codes used within the lua virtual machine. All lua code is compiled to blocks of opcodes. Opcodes are the primitive block of “action” (lua code ran from this vm cannot perform any actions more specific than what these opcodes can provide). Each opcode does a different thing, but most opcodes operate with memory directly from the local scope via symbols.