Module | Parslet::Bytecode |
In: |
lib/parslet/bytecode/vm.rb
lib/parslet/bytecode/compiler.rb lib/parslet/bytecode/instructions.rb lib/parslet/bytecode.rb |
Match | = | Struct.new(:str) do def initialize(str) | Matches the string and pushes the result on the stack (looks like the string, but is really the slice that was matched). |