Fix comparison codegen, env var safety, escaped braces, DCE class reachability
- Fix numeric/string comparison operator selection in expr and stmt codegen
- Use ${VAR:-} for env var reads to prevent unbound variable errors
- Add {{ and }} as literal brace escapes in string interpolation
- Fix DCE to discover transitive class dependencies through method callees
- Fix &&/|| condition codegen to prevent __CT_RET variable conflicts
Showing
Please
register
or
sign in
to comment