The Type, Obj and Node data structures seem to have a pretty different semantics in widcc than in chibicc.
What is the correct way to :
- iterate over all parameters of a function,
- iterate over all local variables of a function,
- iterate over all actual args (Node and expression per actual argument) of a ND_FUNCALL node?
The Type, Obj and Node data structures seem to have a pretty different semantics in widcc than in chibicc.
What is the correct way to :