class Flog

def process_else(exp)

TODO: it's not clear to me whether this can be generated at all.
def process_else(exp)
  add_to_score :branch
  penalize_by 0.1 do
    process_until_empty exp
  end
  s()
end