More extension bike shedding.

This commit is contained in:
2025-01-01 23:14:30 +01:00
parent 4deb07027f
commit 7787d1307b
47 changed files with 137 additions and 137 deletions

View File

@@ -1,33 +1,33 @@
test/assign_arithmetic_expression.inx parse
test/basic_property_and_return_value.inx parse
test/complicated_computation.inx parse
test/constant_buffer.inx parse
test/empty_struct.inx parse
test/empty_vertex_main.inx parse
test/empty_vertex_main_with_position_parameter.inx parse
test/field_assignment.inx parse
test/field_without_type_specifier.inx parse
test/float_suffix.inx parse
test/function_call.inx parse
test/function_call_out_of_order_declaration.inx parse
test/function_call_return.inx parse
test/functions_with_same_name.inx parse
test/function_with_int_return.inx parse
test/meta_block.inx parse
test/multiple_functions.inx parse
test/multiple_semicolons_everywhere.inx parse
test/pass_and_access_struct_fields_in_functions.inx parse
test/passthrough.inx parse
test/property_rename.inx parse
test/redeclared_variable.inx parse
test/simple_struct_access.inx parse
test/struct_access_primitive_type.inx parse
test/struct_within_struct.inx parse
test/type_as_variable_name.inx parse
test/undeclared_function.inx parse
test/undeclared_symbol.inx parse
test/unknown_overload.inx parse
test/use_builtin_functions.inx parse
test/wrong_argument_count.inx parse
test/wrong_multiply.inx parse
test/wrong_type_for_function.inx parse
test/assign_arithmetic_expression.ink parse
test/basic_property_and_return_value.ink parse
test/complicated_computation.ink parse
test/constant_buffer.ink parse
test/empty_struct.ink parse
test/empty_vertex_main.ink parse
test/empty_vertex_main_with_position_parameter.ink parse
test/field_assignment.ink parse
test/field_without_type_specifier.ink parse
test/float_suffix.ink parse
test/function_call.ink parse
test/function_call_out_of_order_declaration.ink parse
test/function_call_return.ink parse
test/functions_with_same_name.ink parse
test/function_with_int_return.ink parse
test/meta_block.ink parse
test/multiple_functions.ink parse
test/multiple_semicolons_everywhere.ink parse
test/pass_and_access_struct_fields_in_functions.ink parse
test/passthrough.ink parse
test/property_rename.ink parse
test/redeclared_variable.ink parse
test/simple_struct_access.ink parse
test/struct_access_primitive_type.ink parse
test/struct_within_struct.ink parse
test/type_as_variable_name.ink parse
test/undeclared_function.ink parse
test/undeclared_symbol.ink parse
test/unknown_overload.ink parse
test/use_builtin_functions.ink parse
test/wrong_argument_count.ink parse
test/wrong_multiply.ink parse
test/wrong_type_for_function.ink parse