Currently the else keyword is not captured inside of any node.
I want the whole expression, i.e. including the else keyword, to be scoped inside of a node, so that I can interact fully with it in my editor. Currently, for instance, it's not possible to cut, yank or delete a whole else branch due to this limitation.