1, support <signal.h> of musl libc, Now all .h of C89 ok,
authoryu.dongliang <18588496441@163.com>
Wed, 26 Aug 2026 16:20:54 +0000 (00:20 +0800)
committeryu.dongliang <18588496441@163.com>
Wed, 26 Aug 2026 16:24:08 +0000 (00:24 +0800)
commit8f8e161a2d953bf675fc35b14f80fe02b0ee5892
tree60deed56f43f9a12ae0fd84b88bc6ff0f8b6bac0
parent33baaea06584ca63d05441dbaa10243c85034773
1, support <signal.h> of musl libc, Now all .h of C89 ok,
2, support 'volatile'.
24 files changed:
core/scf_ast.c
core/scf_ast.h
core/scf_basic_block.c
core/scf_lex_word.h
core/scf_optimizer_group.c
core/scf_variable.h
examples/hello.c
examples/signal.c [new file with mode: 0644]
examples/volatile.c [new file with mode: 0644]
lex/scf_lex.c
native/scf_instruction.h
native/x64/scf_x64_inst.c
native/x64/scf_x64_optimize.c
native/x64/scf_x64_peephole.c
parse/scf_dfa_function.c
parse/scf_dfa_identity.c
parse/scf_dfa_type.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_parse.h
sysroot/include/bits/signal.h [new file with mode: 0644]
sysroot/include/signal.h [new file with mode: 0644]