class PDF::Reader::CMap

def build_parser(instructions)

def build_parser(instructions)
  buffer = Buffer.new(StringIO.new(instructions))
  Parser.new(buffer)
end