• 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
.gear Loading commit data...
compiler Loading commit data...
examples Loading commit data...
lib Loading commit data...
tests Loading commit data...
LANGUAGE_SPEC.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
README_ru.md Loading commit data...
content Loading commit data...
content.in Loading commit data...
content.spec Loading commit data...
meson.build Loading commit data...