pub fn par_list_wordcode()Expand description
Port of par_list(int *cmplx) from Src/parse.c:771-803.
list : { SEPER } [ sublist [ { SEPER | AMPER | AMPERBANG } list ] ].
Drives the WCB_LIST chain — for each sublist, emits a WCB_LIST
header, recurses into par_sublist, then patches the header
with the right Z_SYNC/Z_ASYNC/Z_ASYNC|Z_DISOWN flag + Z_END
marker on the last entry.