class IRB::SLex

def postproc(token)

need a check?
def postproc(token)
  node = search(token, proc)
  node.postproc=proc
end