• Roman Alifanov's avatar
    Fix comparison codegen, env var safety, escaped braces, DCE class reachability · e9f4108d
    Roman Alifanov authored
    - 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
    e9f4108d
Name
Last commit
Last update
..
__init__.py Loading commit data...
lexer.py Loading commit data...
tokens.py Loading commit data...