init commit

This commit is contained in:
2024-06-09 21:34:23 +02:00
commit b81c0af596
177 changed files with 8799 additions and 0 deletions

32
test/lex_all.suite Normal file
View File

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