class Flog

def process_dasgn_curr(exp) # FIX: remove

FIX: remove
def process_dasgn_curr(exp) # FIX: remove
  add_to_score :assignment
  exp.shift # name
  process exp.shift # assigment, if any
  s()
end