History log of /
drivers
/
hdf_core
/
framework
/
tools
/
hc-gen
/ (Results
1 - 1
of
1
)
Home
History
Annotate
only in
this directory
Revision
Date
Author
Comments
(<<< Hide modified files)
(Show modified files >>>)
c1d0c72a
21-Oct-2024
openharmony_ci <120357966@qq.com>
!2300 去除无用测试用例
Merge pull request !2300 from Richard丶H/master
BUILD.gn
CMakeLists.txt
Makefile
hc_gen.gni
hcs_build_info.py
src/ast.cpp
src/ast.h
src/bytecode_gen.cpp
src/bytecode_gen.h
src/decompile.cpp
src/decompile.h
src/decompile_gen.cpp
src/decompile_gen.h
src/file.cpp
src/file.h
src/generator.h
src/lexer.cpp
src/lexer.h
src/logger.h
src/macro_gen.cpp
src/macro_gen.h
src/main.cpp
src/opcode.h
src/option.cpp
src/option.h
src/parser.cpp
src/parser.h
src/startup_cfg_gen.cpp
src/startup_cfg_gen.h
src/text_gen.cpp
src/text_gen.h
src/token.cpp
src/token.h
src/types.h
test/01_empty_file_ei/case.hcs
test/01_empty_file_ei/golden_binary_compile_result.txt
test/01_empty_file_ei/golden_text_compile_result.txt
test/02_empty_root_ei/case.hcs
test/02_empty_root_ei/golden_binary_compile_result.txt
test/02_empty_root_ei/golden_text_compile_result.txt
test/03_empty_node/case.hcs
test/03_empty_node/golden.c.gen
test/03_empty_node/golden.d.hcs
test/03_empty_node/golden.h.gen
test/03_empty_node/golden.hcb
test/03_empty_node/golden_binary_compile_result.txt
test/03_empty_node/golden_text_compile_result.txt
test/04_number_term/case.hcs
test/04_number_term/golden.c.gen
test/04_number_term/golden.d.hcs
test/04_number_term/golden.h.gen
test/04_number_term/golden.hcb
test/04_number_term/golden_binary_compile_result.txt
test/04_number_term/golden_text_compile_result.txt
test/05_string_term/case.hcs
test/05_string_term/golden.c.gen
test/05_string_term/golden.d.hcs
test/05_string_term/golden.h.gen
test/05_string_term/golden.hcb
test/05_string_term/golden_binary_compile_result.txt
test/05_string_term/golden_text_compile_result.txt
test/06_number_array/case.hcs
test/06_number_array/golden.c.gen
test/06_number_array/golden.d.hcs
test/06_number_array/golden.h.gen
test/06_number_array/golden.hcb
test/06_number_array/golden_binary_compile_result.txt
test/06_number_array/golden_text_compile_result.txt
test/07_string_array/case.hcs
test/07_string_array/golden.c.gen
test/07_string_array/golden.d.hcs
test/07_string_array/golden.h.gen
test/07_string_array/golden.hcb
test/07_string_array/golden_binary_compile_result.txt
test/07_string_array/golden_text_compile_result.txt
test/08_term_ref/case.hcs
test/08_term_ref/golden.c.gen
test/08_term_ref/golden.d.hcs
test/08_term_ref/golden.h.gen
test/08_term_ref/golden.hcb
test/08_term_ref/golden_binary_compile_result.txt
test/08_term_ref/golden_text_compile_result.txt
test/09_node_nested/case.hcs
test/09_node_nested/golden.c.gen
test/09_node_nested/golden.d.hcs
test/09_node_nested/golden.h.gen
test/09_node_nested/golden.hcb
test/09_node_nested/golden_binary_compile_result.txt
test/09_node_nested/golden_text_compile_result.txt
test/10_node_copy/case.hcs
test/10_node_copy/golden.c.gen
test/10_node_copy/golden.d.hcs
test/10_node_copy/golden.h.gen
test/10_node_copy/golden.hcb
test/10_node_copy/golden_binary_compile_result.txt
test/10_node_copy/golden_text_compile_result.txt
test/11_case_node_ref/case.hcs
test/11_case_node_ref/golden.c.gen
test/11_case_node_ref/golden.d.hcs
test/11_case_node_ref/golden.h.gen
test/11_case_node_ref/golden.hcb
test/11_case_node_ref/golden_binary_compile_result.txt
test/11_case_node_ref/golden_text_compile_result.txt
test/12_include_insert/base.hcs
test/12_include_insert/case.hcs
test/12_include_insert/golden.c.gen
test/12_include_insert/golden.d.hcs
test/12_include_insert/golden.h.gen
test/12_include_insert/golden.hcb
test/12_include_insert/golden_binary_compile_result.txt
test/12_include_insert/golden_text_compile_result.txt
test/13_include_modify/base.hcs
test/13_include_modify/case.hcs
test/13_include_modify/golden.c.gen
test/13_include_modify/golden.d.hcs
test/13_include_modify/golden.h.gen
test/13_include_modify/golden.hcb
test/13_include_modify/golden_binary_compile_result.txt
test/13_include_modify/golden_text_compile_result.txt
test/14_include_delete/base.hcs
test/14_include_delete/case.hcs
test/14_include_delete/golden.c.gen
test/14_include_delete/golden.d.hcs
test/14_include_delete/golden.h.gen
test/14_include_delete/golden.hcb
test/14_include_delete/golden_binary_compile_result.txt
test/14_include_delete/golden_text_compile_result.txt
test/15_line_comment/case.hcs
test/15_line_comment/golden.c.gen
test/15_line_comment/golden.d.hcs
test/15_line_comment/golden.h.gen
test/15_line_comment/golden.hcb
test/15_line_comment/golden_binary_compile_result.txt
test/15_line_comment/golden_text_compile_result.txt
test/16_block_comment/case.hcs
test/16_block_comment/golden.c.gen
test/16_block_comment/golden.d.hcs
test/16_block_comment/golden.h.gen
test/16_block_comment/golden.hcb
test/16_block_comment/golden_binary_compile_result.txt
test/16_block_comment/golden_text_compile_result.txt
test/17_broken_node_ei/case.hcs
test/17_broken_node_ei/golden_binary_compile_result.txt
test/17_broken_node_ei/golden_text_compile_result.txt
test/18_broken_string_ei/case.hcs
test/18_broken_string_ei/golden_binary_compile_result.txt
test/18_broken_string_ei/golden_text_compile_result.txt
test/19_broken_number_ei/case.hcs
test/19_broken_number_ei/golden_binary_compile_result.txt
test/19_broken_number_ei/golden_text_compile_result.txt
test/20_broken_array_ei/case.hcs
test/20_broken_array_ei/golden_binary_compile_result.txt
test/20_broken_array_ei/golden_text_compile_result.txt
test/21_mix_type_array_ei/case.hcs
test/21_mix_type_array_ei/golden_binary_compile_result.txt
test/21_mix_type_array_ei/golden_text_compile_result.txt
test/22_redefine_error_ei/case.hcs
test/22_redefine_error_ei/golden_binary_compile_result.txt
test/22_redefine_error_ei/golden_text_compile_result.txt
test/23_node_ref_invalid_node_ei/case.hcs
test/23_node_ref_invalid_node_ei/golden_binary_compile_result.txt
test/23_node_ref_invalid_node_ei/golden_text_compile_result.txt
test/24_node_copy_invlid_node_ei/case.hcs
test/24_node_copy_invlid_node_ei/golden_binary_compile_result.txt
test/24_node_copy_invlid_node_ei/golden_text_compile_result.txt
test/25_term_ref_invlid_node_ei/case.hcs
test/25_term_ref_invlid_node_ei/golden_binary_compile_result.txt
test/25_term_ref_invlid_node_ei/golden_text_compile_result.txt
test/26_miss_semicolon_ei/case.hcs
test/26_miss_semicolon_ei/golden_binary_compile_result.txt
test/26_miss_semicolon_ei/golden_text_compile_result.txt
test/27_include_invalid_file_ei/case.hcs
test/27_include_invalid_file_ei/golden_binary_compile_result.txt
test/27_include_invalid_file_ei/golden_text_compile_result.txt
test/28_overwrite_with_diff_type_ei/case.hcs
test/28_overwrite_with_diff_type_ei/golden_binary_compile_result.txt
test/28_overwrite_with_diff_type_ei/golden_text_compile_result.txt
test/29_node_copy_nested_ei/case.hcs
test/29_node_copy_nested_ei/golden_binary_compile_result.txt
test/29_node_copy_nested_ei/golden_text_compile_result.txt
test/30_include_order/base1.hcs
test/30_include_order/base2.hcs
test/30_include_order/case.hcs
test/30_include_order/golden.c.gen
test/30_include_order/golden.d.hcs
test/30_include_order/golden.h.gen
test/30_include_order/golden.hcb
test/30_include_order/golden_binary_compile_result.txt
test/30_include_order/golden_text_compile_result.txt
test/31_node_duplicate_name/case.hcs
test/31_node_duplicate_name/golden.d.hcs
test/31_node_duplicate_name/golden.hcb
test/31_node_duplicate_name/golden_binary_compile_result.txt
test/31_node_duplicate_name/golden_text_compile_result.txt
test/32_large_hsl/case.hcs
test/32_large_hsl/golden.c.gen
test/32_large_hsl/golden.d.hcs
test/32_large_hsl/golden.h.gen
test/32_large_hsl/golden.hcb
test/32_large_hsl/golden_binary_compile_result.txt
test/32_large_hsl/golden_text_compile_result.txt
test/33_miss_module_name_ei/case.hcs
test/33_miss_module_name_ei/golden_binary_compile_result.txt
test/33_miss_module_name_ei/golden_text_compile_result.txt
test/34_template/case.hcs
test/34_template/golden.c.gen
test/34_template/golden.d.hcs
test/34_template/golden.h.gen
test/34_template/golden.hcb
test/34_template/golden_binary_compile_result.txt
test/34_template/golden_text_compile_result.txt
test/35_nested_template/case.hcs
test/35_nested_template/golden.c.gen
test/35_nested_template/golden.d.hcs
test/35_nested_template/golden.h.gen
test/35_nested_template/golden.hcb
test/35_nested_template/golden_binary_compile_result.txt
test/35_nested_template/golden_text_compile_result.txt
test/hcgen_test.py
test/update_case.py