Rewrite the builder-tool simplify command to have a full parse tree around, and perform simplifications on that tree. This lets us rewrite GtkStack and turn child properties into child meta objects.
Put each command into its own file. This is in preparation for redoing the simplify command.
A small step towards splitting up gtk/