module SyntaxTree::WithScope

def next_scope_id

def next_scope_id
  @next_scope_id += 1
end