struct & array init with '{.key = value, } ok
authoryu.dongliang <18588496441@163.com>
Mon, 30 Sep 2024 11:32:45 +0000 (19:32 +0800)
committeryu.dongliang <18588496441@163.com>
Mon, 22 Dec 2025 15:56:32 +0000 (23:56 +0800)
commit895b5ae0de754544b3d8bf80cac5e3a0139b181d
treee4ed04d050c147fe0ab4797ae90233080b5aa323
parentcbe3feca5ad2f7eb8283fea7296b06321c62e0f7
struct & array init with '{.key = value, } ok
17 files changed:
core/scf_lex_word.h
core/scf_scope.c
core/scf_type_cast.c
core/scf_variable.h
examples/init_struct_array.c [new file with mode: 0644]
examples/oop.c
lex/scf_lex_util.c
native/risc/scf_risc_inst.c
parse/scf_dfa_expr.c
parse/scf_dfa_init_data.c
parse/scf_dfa_util.h
parse/scf_dfa_var.c
parse/scf_operator_handler_const.c
parse/scf_operator_handler_expr.c
parse/scf_operator_handler_semantic.c
parse/scf_parse.h
parse/scf_struct_array.c