class IRB::SLex

def initialize

def initialize
  @head = Node.new("")
end