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 compile
test/basic_property_and_return_value.shd compile
test/complicated_computation.shd compile
test/empty_struct.shd compile
test/empty_vertex_main.shd compile
test/empty_vertex_main_with_position_parameter.shd compile
test/field_assignment.shd compile
test/float_suffix.shd compile
test/function_call.shd compile
test/function_call_out_of_order_declaration.shd compile
test/function_call_return.shd compile
test/functions_with_same_name.shd compile
test/meta_block.shd compile
test/multiple_functions.shd compile
test/multiple_semicolons_everywhere.shd compile
test/pass_and_access_struct_fields_in_functions.shd compile
test/passthrough.shd compile
test/simple_struct_access.shd compile
test/struct_within_struct.shd compile
test/use_builtin_functions.shd compile
test/assign_arithmetic_expression.inx compile
test/basic_property_and_return_value.inx compile
test/complicated_computation.inx compile
test/empty_struct.inx compile
test/empty_vertex_main.inx compile
test/empty_vertex_main_with_position_parameter.inx compile
test/field_assignment.inx compile
test/float_suffix.inx compile
test/function_call.inx compile
test/function_call_out_of_order_declaration.inx compile
test/function_call_return.inx compile
test/functions_with_same_name.inx compile
test/meta_block.inx compile
test/multiple_functions.inx compile
test/multiple_semicolons_everywhere.inx compile
test/pass_and_access_struct_fields_in_functions.inx compile
test/passthrough.inx compile
test/simple_struct_access.inx compile
test/struct_within_struct.inx compile
test/use_builtin_functions.inx compile