5bf30f209c55df2da821b9c92891304dd196d1cb
Parses byte-identical to the C frontend on enum sources (verified via `diff` of wwdump vs wwdump_ww -a on an enum-using fixture). The selfhost side reserves the slot in the AST and TY_* enums so later check.ww and cgen mirror work doesn't shift numeric IDs. Codegen-side enum support (member-value folding in cgdot, enum↔int pass-through in cgtypeassert) is deferred — current selfhost sources don't use enum, so 990_selfhost / 995_self_rebuild stay green. main.combined.ww in wwdump/ and w6c/ regenerated by `ww build` as a side effect of `make wwstage`.
Description
No description provided
Languages
C
89.4%
Python
7.2%
Makefile
2.3%
Shell
0.8%
Assembly
0.3%