1, support C macro: #ifndef, #ifdef, #endif for .h file, auto search .h path in the...
authoryu.dongliang <18588496441@163.com>
Sun, 21 Jun 2026 02:53:40 +0000 (10:53 +0800)
committeryu.dongliang <18588496441@163.com>
Sun, 21 Jun 2026 02:54:46 +0000 (10:54 +0800)
commit47a357d80ef60261ecdffe1811ad8b7b3ef57121
tree84a9d2513cc423021ba64507eb9eb073b3c5dc6e
parent88ef1b3652496e6830862c2418d19a0af0bdc5a7
1, support C macro: #ifndef, #ifdef, #endif for .h file, auto search .h path in the same dir of .c file.
2, delete some un-used old files.
28 files changed:
core/scf_ast.c
core/scf_block.h
core/scf_expr_handler.c [deleted file]
core/scf_lex_word.h
core/scf_operator_handler.c [deleted file]
elf/scf_dwarf.c
elf/scf_dwarf.h
elf/scf_dwarf_def.h [deleted file]
examples/const_local.c [deleted file]
examples/hello.c
examples/hello.h [new file with mode: 0644]
lex/Makefile
lex/scf_lex.c
lex/scf_lex.h
lex/scf_macro.c [new file with mode: 0644]
native/eda/Makefile [deleted file]
native/eda/main.c [deleted file]
native/eda/scf_eda.pb-c.c [deleted file]
native/eda/scf_eda.pb-c.h [deleted file]
native/eda/scf_eda.proto [deleted file]
native/eda/scf_eda_pb.c [deleted file]
native/eda/scf_eda_pb.h [deleted file]
parse/Makefile
parse/scf_dfa_include.c
parse/scf_parse.c
parse/scf_parse.h
util/scf_string.c
util/scf_string.h