pub fn par_event_wordcode() -> usizeExpand description
Wordcode-emission top-level driver. Closest C analog is
parse_list(void) at Src/parse.c:697-712: init_parse +
zshlex + par_list(&c) + bld_eprog. This entry omits init_parse
and bld_eprog (caller responsibilities) and inlines a guard
loop around par_list_wordcode for cases where the lexer leaves
a non-ENDINPUT terminator (LEXERR, missing close-token, etc.).