module YARP

def self.parse(code, filepath = nil)

Mirror the YARP.parse API by using the serialization API.
def self.parse(code, filepath = nil)
  YARP.load(code, dump(code, filepath))
end