class YARP::LexCompat

def initialize(source, filepath = "")

def initialize(source, filepath = "")
  @source = source
  @filepath = filepath || ""
end