• 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
..
backend Loading commit data...
ir Loading commit data...
lexer Loading commit data...
methods Loading commit data...
optimizer Loading commit data...
semantics Loading commit data...
symbols Loading commit data...
syntax Loading commit data...
__init__.py Loading commit data...
__main__.py Loading commit data...
cli.py Loading commit data...
constants.py Loading commit data...
meson.build Loading commit data...