• Roman Alifanov's avatar
    Add ..= string concat operator, fix constructor and resolver bugs · 41f07888
    Roman Alifanov authored
    Add string concatenation assignment operator (..=) across the full
    pipeline: lexer, parser, and backend codegen for variables, this.field,
    dict fields, and object fields.
    
    Fix __ct_last_instance set after construct call instead of before.
    Fix IR builder treating field symbols as known function calls.
    Fix resolver _current_func corruption during constructor resolution.
    41f07888
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...