Fix some tests and do some cleanup.

This commit is contained in:
2025-01-01 23:06:53 +01:00
parent f13508262b
commit 4deb07027f
70 changed files with 439 additions and 361 deletions

View File

@@ -1,20 +1,20 @@
test/assign_arithmetic_expression.shd codegen
test/basic_property_and_return_value.shd codegen
test/complicated_computation.shd codegen
test/constant_buffer.shd codegen
test/empty_struct.shd codegen
test/empty_vertex_main.shd codegen
test/empty_vertex_main_with_position_parameter.shd codegen
test/field_assignment.shd codegen
test/function_call.shd codegen
test/function_call_out_of_order_declaration.shd codegen
test/function_call_return.shd codegen
test/meta_block.shd codegen
test/multiple_functions.shd codegen
test/multiple_semicolons_everywhere.shd codegen
test/pass_and_access_struct_fields_in_functions.shd codegen
test/passthrough.shd codegen
test/property_rename.shd codegen
test/simple_struct_access.shd codegen
test/struct_within_struct.shd codegen
test/use_builtin_functions.shd codegen
test/assign_arithmetic_expression.inx codegen
test/basic_property_and_return_value.inx codegen
test/complicated_computation.inx codegen
test/constant_buffer.inx codegen
test/empty_struct.inx codegen
test/empty_vertex_main.inx codegen
test/empty_vertex_main_with_position_parameter.inx codegen
test/field_assignment.inx codegen
test/function_call.inx codegen
test/function_call_out_of_order_declaration.inx codegen
test/function_call_return.inx codegen
test/meta_block.inx codegen
test/multiple_functions.inx codegen
test/multiple_semicolons_everywhere.inx codegen
test/pass_and_access_struct_fields_in_functions.inx codegen
test/passthrough.inx codegen
test/property_rename.inx codegen
test/simple_struct_access.inx codegen
test/struct_within_struct.inx codegen
test/use_builtin_functions.inx codegen