Class Parslet::Bytecode::VM
In: lib/parslet/bytecode/vm.rb
Parent: Object

Methods

access_cache   call   call_ret   clear_error   debug?   discard_frame   dump_state   enter_frame   fetch   init   jump   new   pop   push   run   set_error   stop   store_cache   success?   value_at  

Included Modules

Parslet::Atoms::CanFlatten

Attributes

context  [R] 
error  [R] 
source  [R] 

Public Class methods

Public Instance methods

——————————————— interface for instructions

Dumps the VM state so that the user can track errors down.

[Validate]