# File lib/parslet/bytecode/compiler.rb, line 67
    def visit_str(str)
      add Match.new(str)
    end