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,30 +1,30 @@
test/assign_arithmetic_expression.shd semant
test/basic_property_and_return_value.shd semant
test/complicated_computation.shd semant
test/constant_buffer.shd semant
test/empty_struct.shd semant
test/empty_vertex_main.shd semant
test/empty_vertex_main_with_position_parameter.shd semant
test/field_assignment.shd semant
test/function_call.shd semant
test/function_call_out_of_order_declaration.shd semant
test/function_call_return.shd semant
test/functions_with_same_name.shd semant
test/function_with_int_return.shd semant
test/multiple_functions.shd semant
test/multiple_semicolons_everywhere.shd semant
test/pass_and_access_struct_fields_in_functions.shd semant
test/passthrough.shd semant
test/property_rename.shd semant
test/redeclared_variable.shd semant
test/simple_struct_access.shd semant
test/struct_access_primitive_type.shd semant
test/struct_within_struct.shd semant
test/type_as_variable_name.shd semant
test/undeclared_function.shd semant
test/undeclared_symbol.shd semant
test/unknown_overload.shd semant
test/use_builtin_functions.shd semant
test/wrong_argument_count.shd semant
test/wrong_multiply.shd semant
test/wrong_type_for_function.shd semant
test/assign_arithmetic_expression.inx semant
test/basic_property_and_return_value.inx semant
test/complicated_computation.inx semant
test/constant_buffer.inx semant
test/empty_struct.inx semant
test/empty_vertex_main.inx semant
test/empty_vertex_main_with_position_parameter.inx semant
test/field_assignment.inx semant
test/function_call.inx semant
test/function_call_out_of_order_declaration.inx semant
test/function_call_return.inx semant
test/functions_with_same_name.inx semant
test/function_with_int_return.inx semant
test/multiple_functions.inx semant
test/multiple_semicolons_everywhere.inx semant
test/pass_and_access_struct_fields_in_functions.inx semant
test/passthrough.inx semant
test/property_rename.inx semant
test/redeclared_variable.inx semant
test/simple_struct_access.inx semant
test/struct_access_primitive_type.inx semant
test/struct_within_struct.inx semant
test/type_as_variable_name.inx semant
test/undeclared_function.inx semant
test/undeclared_symbol.inx semant
test/unknown_overload.inx semant
test/use_builtin_functions.inx semant
test/wrong_argument_count.inx semant
test/wrong_multiply.inx semant
test/wrong_type_for_function.inx semant