├── .gitattributes ├── .github └── workflows │ └── main.yml ├── .gitignore ├── .gitmodules ├── .root_marker ├── CHANGELOG.md ├── README.md ├── debug_print ├── debug_print_datatype.h ├── debug_print_declaration.h ├── debug_print_prototype_ast_node.h ├── debug_print_prototype_datatype.h ├── debug_print_prototype_declaration.h └── for_all_datatypes_debug_print_prototypes.h ├── docs ├── about │ └── index.html ├── examples │ └── index.html ├── getting-started │ └── index.html ├── index.css ├── index.html ├── language-ref │ └── index.html ├── main.bundle.js ├── main.js ├── motivation │ └── index.html ├── package-lock.json ├── package.json ├── poof_runtime.data ├── poof_runtime.js └── poof_runtime.wasm ├── examples ├── 001_introduction │ └── introduction.c ├── 002_named_function_syntax │ ├── generated │ │ └── metaprogram_another_struct_my_struct.h │ └── main.c ├── 003_anonymous_function_syntax │ ├── generated │ │ └── print_struct_members_my_struct.h │ └── main.c ├── 004_enum_iteration │ ├── generated │ │ └── anonymous_function_my_enum_fd8fda1m.h │ └── main.c ├── 005_struct_iteration │ ├── generated │ │ └── anonymous_function_my_struct_f8p25x1m.h │ └── main.c ├── 006_discriminated_unions │ ├── generated │ │ ├── d_union_my_discriminated_union.h │ │ ├── print_enum_values_fd9ff432f.h │ │ └── print_struct_members_my_struct.h │ └── main.c ├── 007_type_constraints │ ├── generated │ │ ├── d_union_my_discriminated_union.h │ │ └── print_struct_members_my_struct.h │ └── main.c ├── 008_named_list │ └── main.c ├── 009_debug_print │ ├── generated │ │ ├── d_union_my_discriminated_union.h │ │ ├── for_datatypes_all_F8GpeIx4.h │ │ └── for_datatypes_all_Hm28xSLw.h │ ├── main.c │ └── print_primitives.h ├── make_all_examples.sh └── make_individual_example.sh ├── foobaz_thing.h ├── generated ├── anonymous_function_input_HLGbqwh0.h ├── anonymous_function_type_qualifier_fPa8h41Z.h ├── anonymous_function_ui_render_command_RuTTrHiW.h ├── anonymous_input_5Nt8cwGP.h ├── anonymous_input_Lwen2qoF.h ├── anonymous_input_nPw6miGy.h ├── anonymous_ui_render_command_nKuoMe2B.h ├── are_equal_datatype.h ├── are_equal_debug_profile_scope.h ├── are_equal_file_traversal_node.h ├── are_equal_macro_def.h ├── are_equal_memory_arena_stats.h ├── are_equal_texture.h ├── are_equal_ui_toggle.h ├── are_equal_window_layout.h ├── are_equal_xml_property.h ├── are_equal_xml_tag.h ├── are_equal_xml_token.h ├── block_array_bitmap_688853862.h ├── block_array_c_counted_string_688853862_counted_string_block_array_counted_string_block_counted_string_block_array_index.h ├── block_array_c_shader_ptr_688853971.h ├── block_array_c_texture_688856411.h ├── block_array_c_u32_688856411.h ├── block_array_c_u8_cursor_688856411.h ├── block_array_file_traversal_node_688853862.h ├── block_array_h_counted_string_688853862_0_889429130_894106509_562163350.h ├── block_array_h_shader_ptr_688853971_0.h ├── block_array_h_texture_688856411.h ├── block_array_h_texture_688856411_0.h ├── block_array_h_u32_688856411.h ├── block_array_h_u8_cursor_688856411.h ├── block_array_poof_tag_688856405.h ├── block_array_texture_ptr_688856411.h ├── bubble_sort_686708022.h ├── buffer_bitmap.h ├── buffer_builder_tuple_cs_cs.h ├── buffer_c_struct_u32.h ├── buffer_c_token.h ├── buffer_c_token_buffer.h ├── buffer_counted_string.h ├── buffer_file_traversal_node.h ├── buffer_h_struct_u32.h ├── buffer_meta_func_arg.h ├── buffer_rect3i.h ├── buffer_sort_key.h ├── buffer_thread_main_callback_type.h ├── buffer_u32.h ├── buffer_u64.h ├── buffer_ui_toggle_button_handle.h ├── buffer_v3i.h ├── cursor_v3i.h ├── d_union_ast_node.h ├── d_union_constructors_meta_func_arg.h ├── d_union_declaration.h ├── d_union_meta_func_arg.h ├── d_union_ui_render_command.h ├── deep_copy_u32_stream.h ├── dunion_debug_print_datatype.h ├── flatten_block_array_file_traversal_node.h ├── gen_are_equal_665365505.h ├── gen_bit_operators_u32.h ├── gen_bit_operators_u64.h ├── gen_common_vector_v2.h ├── gen_common_vector_v3.h ├── gen_common_vector_v3i.h ├── gen_constructor_meta_func.h ├── gen_constructor_perlin_params.h ├── gen_constructor_poof_index.h ├── gen_constructor_poof_symbol.h ├── gen_constructor_vertex_material.h ├── gen_default_equality_operator_ui_id.h ├── gen_hetero_vector_operators_v2_v2i.h ├── gen_hetero_vector_operators_v2i_v2.h ├── gen_hetero_vector_operators_v3_u8_v3.h ├── gen_hetero_vector_operators_v3_u8_v3i.h ├── gen_hetero_vector_operators_v3_v3i.h ├── gen_hetero_vector_operators_v3i_v3.h ├── gen_lerp_f32.h ├── gen_lerp_v2.h ├── gen_lerp_v3.h ├── gen_map_value_to_range_r32.h ├── gen_map_value_to_range_s32.h ├── gen_map_value_to_range_u32.h ├── gen_primitive_deep_copy_715421923.h ├── gen_random_between_r32.h ├── gen_random_between_s32.h ├── gen_random_between_u32.h ├── gen_read_primitive_from_native_file_803324607.h ├── gen_read_primitive_from_u8_cursor_little_endian_851742148.h ├── gen_read_primitive_u32.h ├── gen_read_primitive_u64.h ├── gen_rect_helpers_rect2_v2.h ├── gen_rect_helpers_rect3_v3.h ├── gen_rect_helpers_rect3i_v3i.h ├── gen_shader_uniform_push_m4.h ├── gen_shader_uniform_push_r32.h ├── gen_shader_uniform_push_s32.h ├── gen_shader_uniform_push_texture.h ├── gen_shader_uniform_push_u32.h ├── gen_shader_uniform_push_v2.h ├── gen_shader_uniform_push_v3.h ├── gen_stream_getter_enum_decl_689333910.h ├── gen_stream_getter_type_def_822865913.h ├── gen_vector_area_v2.h ├── gen_vector_area_v2i.h ├── gen_vector_infix_operator_v3i_688856393.h ├── gen_vector_infix_operator_v3i_688856449.h ├── gen_vector_normalize_funcs_v2.h ├── gen_vector_normalize_funcs_v3.h ├── gen_vector_operators_v2.h ├── gen_vector_operators_v2i.h ├── gen_vector_operators_v3.h ├── gen_vector_operators_v3_8x.h ├── gen_vector_operators_v3_u8.h ├── gen_vector_operators_v3i.h ├── gen_vector_operators_v4.h ├── gen_wide_vector_operator_688856397_31875099.h ├── gen_wide_vector_operator_688856398_962878887.h ├── gen_wide_vector_operator_688856400_677608083.h ├── gen_wide_vector_operator_688856402_974542050.h ├── gen_write_primitive_from_u8_stream_803324607.h ├── generate_cursor_debug_profile_scope.h ├── generate_cursor_declaration.h ├── generate_cursor_functions_c_token_cursor.h ├── generate_cursor_functions_u64.h ├── generate_cursor_parser.h ├── generate_cursor_struct_u64.h ├── generate_cursor_texture.h ├── generate_cursor_u8.h ├── generate_cursor_v3.h ├── generate_stream_ast_node.h ├── generate_stream_ast_node_expression.h ├── generate_stream_ast_node_variable_def.h ├── generate_stream_c_token_buffer.h ├── generate_stream_chunk_declaration.h ├── generate_stream_compact_meta_func_arg.h ├── generate_stream_compact_u32.h ├── generate_stream_compact_u64.h ├── generate_stream_d_union_member.h ├── generate_stream_enum_member.h ├── generate_stream_function_decl.h ├── generate_stream_iterator_datatype.h ├── generate_stream_macro_def.h ├── generate_stream_meta_func.h ├── generate_stream_meta_func_arg.h ├── generate_stream_parser.h ├── generate_stream_person.h ├── generate_stream_push_datatype.h ├── generate_stream_tag.h ├── generate_stream_tagged_counted_string_stream.h ├── generate_stream_todo.h ├── generate_stream_tuple_cs_cs.h ├── generate_stream_type_def.h ├── generate_stream_u64.h ├── generate_stream_v3i.h ├── generate_stream_variable_decl.h ├── generate_string_table_c_token_type.h ├── generate_string_table_datatype_type.h ├── generate_string_table_parse_error_code.h ├── generate_string_table_text_encoding.h ├── generate_string_table_token_cursor_source.h ├── generate_value_table_enum.h ├── generate_value_table_meta_arg_operator.h ├── generate_value_table_meta_transform_op.h ├── generate_value_table_prefixless_for_datatypes_args.h ├── hashtable_counted_string.h ├── hashtable_datatype.h ├── hashtable_get_ptr_ui_toggle_31501_688856534.h ├── hashtable_get_ptr_window_layout_705671517_599498827.h ├── hashtable_get_u32_hashtable_wrapper_688719149_688856424.h ├── hashtable_get_ui_toggle_31501_688856534.h ├── hashtable_get_window_layout_705671517_599498827.h ├── hashtable_impl_u32.h ├── hashtable_impl_ui_toggle.h ├── hashtable_impl_window_layout.h ├── hashtable_impl_xml_tag.h ├── hashtable_macro_def.h ├── hashtable_parser.h ├── hashtable_struct_u32.h ├── hashtable_struct_ui_toggle.h ├── hashtable_struct_window_layout.h ├── hashtable_struct_xml_tag.h ├── index_of_counted_string.h ├── is_valid_datatype_type.h ├── maybe_datatype.h ├── maybe_datatype_ptr.h ├── maybe_file_traversal_node.h ├── maybe_u32.h ├── maybe_ui_toggle.h ├── maybe_ui_toggle_ptr.h ├── maybe_v3.h ├── maybe_v3i.h ├── maybe_window_layout.h ├── maybe_window_layout_ptr.h ├── parse_integer_136174807.h ├── scalar_math_fuctions_451039071.h ├── shader_magic_textured_quad_render_pass.h ├── static_cursor_v2_0_986190493.h ├── stream_and_cursor_counted_string.h ├── stream_and_cursor_enum_def.h ├── stream_and_cursor_s32.h ├── stream_and_cursor_struct_def.h ├── stream_and_cursor_u32.h ├── string_and_value_tables_ast_node_type.h ├── string_and_value_tables_bitmap_compression_type.h ├── string_and_value_tables_declaration_type.h ├── string_and_value_tables_for_datatypes_args.h ├── string_and_value_tables_function_type.h ├── string_and_value_tables_log_level.h ├── string_and_value_tables_meta_func_arg_type.h ├── string_and_value_tables_metaprogramming_directive.h ├── string_and_value_tables_texture_storage_format.h ├── string_and_value_tables_type_qualifier.h ├── string_concat_10.h ├── string_concat_2.h ├── string_concat_3.h ├── string_concat_4.h ├── string_concat_5.h ├── string_concat_6.h ├── string_concat_7.h ├── string_concat_8.h ├── string_concat_9.h ├── to_hex_64_272205387.h ├── to_string_primitive_803324607.h ├── to_string_texture.h ├── to_string_vector_240271411.h └── tuple_822959015.h ├── install_to_home_bin.sh ├── jesse.make.sh ├── language_introduction.md ├── lib_bonsai_debug ├── api.h ├── lib_bonsai_debug.so ├── shaders │ ├── Ao.fragmentshader │ ├── DepthRTT.fragmentshader │ ├── DepthRTT.vertexshader │ ├── Lighting.fragmentshader │ ├── Lighting.vertexshader │ ├── Passthrough.vertexshader │ ├── RenderToTexture.fragmentshader │ ├── RenderToTexture.vertexshader │ ├── SimpleColor.fragmentshader │ ├── SimpleColor.vertexshader │ ├── SimpleTexture.fragmentshader │ ├── TextVertexShader.fragmentshader │ ├── TextVertexShader.vertexshader │ ├── gBuffer.fragmentshader │ ├── gBuffer.vertexshader │ └── header.glsl └── texture_atlas_0.bmp ├── make.sh ├── poof.rdbg ├── poof ├── c_parser_test_suite.rdbg ├── execute.h ├── generated │ └── generate_cursor_c_token.h ├── massive_include_list.h ├── poof.cpp ├── poof.h └── print_ast_node.h ├── shaders ├── Ao.fragmentshader ├── DepthRTT.fragmentshader ├── DepthRTT.vertexshader ├── Lighting.fragmentshader ├── Lighting.vertexshader ├── Passthrough.vertexshader ├── RenderToTexture.fragmentshader ├── RenderToTexture.vertexshader ├── SimpleColor.fragmentshader ├── SimpleColor.vertexshader ├── SimpleTexture.fragmentshader ├── TextVertexShader.fragmentshader ├── TextVertexShader.vertexshader ├── gBuffer.fragmentshader ├── gBuffer.vertexshader └── header.glsl ├── string_and_value_tables_meta_func_directive.h ├── string_and_value_tables_poof_global_keyword.h ├── tests ├── integration │ ├── generated │ │ ├── accessors │ │ │ ├── anonymous_array_struct_R1CjBJgY.h │ │ │ ├── anonymous_bar_struct_XqHSO27n.h │ │ │ ├── anonymous_foo_5DPVctl0.h │ │ │ ├── anonymous_foofunc_6akI3os3.h │ │ │ ├── anonymous_k5Pe98By.h │ │ │ ├── function_test_1_foo_struct_1.h │ │ │ ├── function_test_foofunc0.h │ │ │ ├── function_test_typedefd_foofunc.h │ │ │ └── poof_noop_foo_struct_0.h │ │ ├── conditionals │ │ │ ├── anonymous_foo_struct_1_6M8tx4gp.h │ │ │ ├── anonymous_foo_struct_1_8guZPTf0.h │ │ │ ├── anonymous_foo_struct_1_BaBAMF6m.h │ │ │ ├── anonymous_foo_struct_1_CPfSoIS7.h │ │ │ ├── anonymous_foo_struct_1_HxUplAeU.h │ │ │ ├── anonymous_foo_struct_1_LVid4PGg.h │ │ │ ├── anonymous_foo_struct_1_QAGBtJOS.h │ │ │ ├── anonymous_foo_struct_1_dlHRwaDJ.h │ │ │ ├── anonymous_foo_struct_1_h7hirkAZ.h │ │ │ └── anonymous_foo_struct_1_xuh38nWl.h │ │ ├── discriminated_union │ │ │ ├── d_union_foo_bar_baz.h │ │ │ └── d_union_foo_bar_baz_cust.h │ │ ├── for_datatypes │ │ │ ├── for_datatypes_JGEIc02V.h │ │ │ ├── for_datatypes_LpiQmVs9.h │ │ │ ├── for_datatypes_SdT7l23L.h │ │ │ ├── for_datatypes_a8HasR36.h │ │ │ └── for_datatypes_lTJHCJfY.h │ │ ├── functions │ │ │ ├── foobaz_.h │ │ │ ├── func2_thing.h │ │ │ ├── gen_struct_func_struct_473003373.h │ │ │ ├── nested_func_struct.h │ │ │ ├── poof_comment_func_thing.h │ │ │ ├── transforms_func_struct_525555696.h │ │ │ └── var_func_thing_786368078.h │ │ ├── iteration │ │ │ ├── anonymous_foo_enum_5DGxlNu5.h │ │ │ ├── anonymous_foo_struct_1_03rZn5Ny.h │ │ │ ├── anonymous_foo_struct_1_M6dQmZmw.h │ │ │ ├── anonymous_foobar_dunion_E2SFNKQr.h │ │ │ ├── anonymous_function_foo_1.h │ │ │ ├── anonymous_qHDx1ZgU.h │ │ │ ├── d_union_foobar_union.h │ │ │ ├── func_arg_map_test_test_func.h │ │ │ ├── index_map_test_foo_struct_1_3.h │ │ │ ├── symbol_map_test_foo_struct_1_79487798.h │ │ │ └── var_func_struct_156032401.h │ │ ├── multi_level_functions │ │ │ └── f2_foo.h │ │ ├── tags │ │ │ ├── (builtin.for_datatypes)_sdgoB3Hg.h │ │ │ ├── anonymous_QnhbIncf.h │ │ │ ├── anonymous_foo_enum_5rPlBIF8.h │ │ │ ├── anonymous_has_numeric_tag_W4DIb6aG.h │ │ │ ├── anonymous_nested_tag_struct_oX7F12Cw.h │ │ │ ├── anonymous_tag_struct_oX7F12Cw.h │ │ │ ├── anonymous_tagged_struct_yZhxgWx1.h │ │ │ └── for_datatypes_gGnNeVTa.h │ │ └── typedef_resolution │ │ │ ├── f1_e0.h │ │ │ ├── f1_e3.h │ │ │ ├── f1_s0.h │ │ │ ├── f1_s1.h │ │ │ ├── f1_s2.h │ │ │ ├── f1_s3.h │ │ │ ├── f1_s4.h │ │ │ ├── f2_enum.h │ │ │ ├── f2_s0.h │ │ │ ├── f2_s1.h │ │ │ ├── f2_s2.h │ │ │ ├── f2_s3.h │ │ │ └── f2_s4.h │ └── src │ │ ├── accessors.h │ │ ├── common_structures.h │ │ ├── conditionals.h │ │ ├── discriminated_union.h │ │ ├── for_datatypes.h │ │ ├── functions.h │ │ ├── iteration.h │ │ ├── multi_level_functions.h │ │ ├── tags.h │ │ └── typedef_resolution.h ├── parser │ ├── bug_defines.h │ ├── fixtures │ │ ├── blender_cube.dae │ │ ├── comments.cpp │ │ ├── preprocessor │ │ │ ├── boundary_conditions.cpp │ │ │ ├── defines_and_conditionals.cpp │ │ │ ├── defines_and_ifdefs0.cpp │ │ │ ├── defines_and_ifdefs1.cpp │ │ │ ├── defines_and_preprocessor_directives.cpp │ │ │ ├── empty.cpp │ │ │ ├── errors.cpp │ │ │ ├── errors │ │ │ │ ├── assert_include.h │ │ │ │ ├── assert_include_2.h │ │ │ │ ├── error0.cpp │ │ │ │ ├── error1.cpp │ │ │ │ ├── error10.cpp │ │ │ │ ├── error11.cpp │ │ │ │ ├── error12.cpp │ │ │ │ ├── error13.cpp │ │ │ │ ├── error14.cpp │ │ │ │ ├── error14.h │ │ │ │ ├── error15.cpp │ │ │ │ ├── error16.cpp │ │ │ │ ├── error2.cpp │ │ │ │ ├── error3.cpp │ │ │ │ ├── error4.cpp │ │ │ │ ├── error5.cpp │ │ │ │ ├── error6.cpp │ │ │ │ ├── error7.cpp │ │ │ │ ├── error8.cpp │ │ │ │ └── error9.cpp │ │ │ ├── include_guard0.cpp │ │ │ ├── include_guard1.cpp │ │ │ ├── include_test.cpp │ │ │ ├── include_test_2.cpp │ │ │ ├── logical_operators.cpp │ │ │ ├── logical_operators_inl.cpp │ │ │ ├── macro_and_include_test.cpp │ │ │ ├── multi_cursor_token_control.cpp │ │ │ ├── other_file_that_should_parse.cpp │ │ │ ├── parser_chain.cpp │ │ │ ├── parser_chain_1.cpp │ │ │ ├── parser_chain_2.cpp │ │ │ ├── parser_chain_3.cpp │ │ │ ├── parser_chain_4.cpp │ │ │ ├── pragma_once0.cpp │ │ │ ├── pragma_once1.cpp │ │ │ ├── random_define.cpp │ │ │ ├── relative_includes_0.cpp │ │ │ ├── relative_includes_1.cpp │ │ │ ├── should_parse.cpp │ │ │ ├── single_cursor_token_control.cpp │ │ │ ├── temp_test.cpp │ │ │ └── thing.cpp │ │ ├── preprocessor_basic.cpp │ │ ├── preprocessor_datatypes.cpp │ │ ├── preprocessor_peek_pop.cpp │ │ ├── read_file_test │ │ ├── test.obj │ │ ├── test_parsing.dae │ │ ├── test_querying.dae │ │ └── words.txt │ └── poof.cpp └── poof │ └── fixtures │ └── errors │ ├── error1.1.cpp │ ├── error1.2.cpp │ ├── error1.cpp │ ├── error2.cpp │ ├── error3.cpp │ ├── error4.cpp │ ├── error5.cpp │ └── error6.cpp └── texture_atlas_0.bmp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/.gitmodules -------------------------------------------------------------------------------- /.root_marker: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/README.md -------------------------------------------------------------------------------- /debug_print/debug_print_datatype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/debug_print/debug_print_datatype.h -------------------------------------------------------------------------------- /debug_print/debug_print_declaration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/debug_print/debug_print_declaration.h -------------------------------------------------------------------------------- /debug_print/debug_print_prototype_ast_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/debug_print/debug_print_prototype_ast_node.h -------------------------------------------------------------------------------- /debug_print/debug_print_prototype_datatype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/debug_print/debug_print_prototype_datatype.h -------------------------------------------------------------------------------- /debug_print/debug_print_prototype_declaration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/debug_print/debug_print_prototype_declaration.h -------------------------------------------------------------------------------- /debug_print/for_all_datatypes_debug_print_prototypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/debug_print/for_all_datatypes_debug_print_prototypes.h -------------------------------------------------------------------------------- /docs/about/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/about/index.html -------------------------------------------------------------------------------- /docs/examples/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/examples/index.html -------------------------------------------------------------------------------- /docs/getting-started/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/getting-started/index.html -------------------------------------------------------------------------------- /docs/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/index.css -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/language-ref/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/language-ref/index.html -------------------------------------------------------------------------------- /docs/main.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/main.bundle.js -------------------------------------------------------------------------------- /docs/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/main.js -------------------------------------------------------------------------------- /docs/motivation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/motivation/index.html -------------------------------------------------------------------------------- /docs/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/package-lock.json -------------------------------------------------------------------------------- /docs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/package.json -------------------------------------------------------------------------------- /docs/poof_runtime.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/poof_runtime.data -------------------------------------------------------------------------------- /docs/poof_runtime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/poof_runtime.js -------------------------------------------------------------------------------- /docs/poof_runtime.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/docs/poof_runtime.wasm -------------------------------------------------------------------------------- /examples/001_introduction/introduction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/001_introduction/introduction.c -------------------------------------------------------------------------------- /examples/002_named_function_syntax/generated/metaprogram_another_struct_my_struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/002_named_function_syntax/generated/metaprogram_another_struct_my_struct.h -------------------------------------------------------------------------------- /examples/002_named_function_syntax/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/002_named_function_syntax/main.c -------------------------------------------------------------------------------- /examples/003_anonymous_function_syntax/generated/print_struct_members_my_struct.h: -------------------------------------------------------------------------------- 1 | // main.c:18:0 2 | 3 | printf("my_struct"); 4 | 5 | -------------------------------------------------------------------------------- /examples/003_anonymous_function_syntax/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/003_anonymous_function_syntax/main.c -------------------------------------------------------------------------------- /examples/004_enum_iteration/generated/anonymous_function_my_enum_fd8fda1m.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/004_enum_iteration/generated/anonymous_function_my_enum_fd8fda1m.h -------------------------------------------------------------------------------- /examples/004_enum_iteration/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/004_enum_iteration/main.c -------------------------------------------------------------------------------- /examples/005_struct_iteration/generated/anonymous_function_my_struct_f8p25x1m.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/005_struct_iteration/generated/anonymous_function_my_struct_f8p25x1m.h -------------------------------------------------------------------------------- /examples/005_struct_iteration/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/005_struct_iteration/main.c -------------------------------------------------------------------------------- /examples/006_discriminated_unions/generated/d_union_my_discriminated_union.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/006_discriminated_unions/generated/d_union_my_discriminated_union.h -------------------------------------------------------------------------------- /examples/006_discriminated_unions/generated/print_enum_values_fd9ff432f.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/006_discriminated_unions/generated/print_enum_values_fd9ff432f.h -------------------------------------------------------------------------------- /examples/006_discriminated_unions/generated/print_struct_members_my_struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/006_discriminated_unions/generated/print_struct_members_my_struct.h -------------------------------------------------------------------------------- /examples/006_discriminated_unions/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/006_discriminated_unions/main.c -------------------------------------------------------------------------------- /examples/007_type_constraints/generated/d_union_my_discriminated_union.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/007_type_constraints/generated/d_union_my_discriminated_union.h -------------------------------------------------------------------------------- /examples/007_type_constraints/generated/print_struct_members_my_struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/007_type_constraints/generated/print_struct_members_my_struct.h -------------------------------------------------------------------------------- /examples/007_type_constraints/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/007_type_constraints/main.c -------------------------------------------------------------------------------- /examples/008_named_list/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/008_named_list/main.c -------------------------------------------------------------------------------- /examples/009_debug_print/generated/d_union_my_discriminated_union.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/009_debug_print/generated/d_union_my_discriminated_union.h -------------------------------------------------------------------------------- /examples/009_debug_print/generated/for_datatypes_all_F8GpeIx4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/009_debug_print/generated/for_datatypes_all_F8GpeIx4.h -------------------------------------------------------------------------------- /examples/009_debug_print/generated/for_datatypes_all_Hm28xSLw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/009_debug_print/generated/for_datatypes_all_Hm28xSLw.h -------------------------------------------------------------------------------- /examples/009_debug_print/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/009_debug_print/main.c -------------------------------------------------------------------------------- /examples/009_debug_print/print_primitives.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/009_debug_print/print_primitives.h -------------------------------------------------------------------------------- /examples/make_all_examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/make_all_examples.sh -------------------------------------------------------------------------------- /examples/make_individual_example.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/examples/make_individual_example.sh -------------------------------------------------------------------------------- /foobaz_thing.h: -------------------------------------------------------------------------------- 1 | foobaZ! 2 | 3 | -------------------------------------------------------------------------------- /generated/anonymous_function_input_HLGbqwh0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/anonymous_function_input_HLGbqwh0.h -------------------------------------------------------------------------------- /generated/anonymous_function_type_qualifier_fPa8h41Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/anonymous_function_type_qualifier_fPa8h41Z.h -------------------------------------------------------------------------------- /generated/anonymous_function_ui_render_command_RuTTrHiW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/anonymous_function_ui_render_command_RuTTrHiW.h -------------------------------------------------------------------------------- /generated/anonymous_input_5Nt8cwGP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/anonymous_input_5Nt8cwGP.h -------------------------------------------------------------------------------- /generated/anonymous_input_Lwen2qoF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/anonymous_input_Lwen2qoF.h -------------------------------------------------------------------------------- /generated/anonymous_input_nPw6miGy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/anonymous_input_nPw6miGy.h -------------------------------------------------------------------------------- /generated/anonymous_ui_render_command_nKuoMe2B.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/anonymous_ui_render_command_nKuoMe2B.h -------------------------------------------------------------------------------- /generated/are_equal_datatype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_datatype.h -------------------------------------------------------------------------------- /generated/are_equal_debug_profile_scope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_debug_profile_scope.h -------------------------------------------------------------------------------- /generated/are_equal_file_traversal_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_file_traversal_node.h -------------------------------------------------------------------------------- /generated/are_equal_macro_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_macro_def.h -------------------------------------------------------------------------------- /generated/are_equal_memory_arena_stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_memory_arena_stats.h -------------------------------------------------------------------------------- /generated/are_equal_texture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_texture.h -------------------------------------------------------------------------------- /generated/are_equal_ui_toggle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_ui_toggle.h -------------------------------------------------------------------------------- /generated/are_equal_window_layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_window_layout.h -------------------------------------------------------------------------------- /generated/are_equal_xml_property.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_xml_property.h -------------------------------------------------------------------------------- /generated/are_equal_xml_tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_xml_tag.h -------------------------------------------------------------------------------- /generated/are_equal_xml_token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/are_equal_xml_token.h -------------------------------------------------------------------------------- /generated/block_array_bitmap_688853862.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_bitmap_688853862.h -------------------------------------------------------------------------------- /generated/block_array_c_counted_string_688853862_counted_string_block_array_counted_string_block_counted_string_block_array_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_c_counted_string_688853862_counted_string_block_array_counted_string_block_counted_string_block_array_index.h -------------------------------------------------------------------------------- /generated/block_array_c_shader_ptr_688853971.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_c_shader_ptr_688853971.h -------------------------------------------------------------------------------- /generated/block_array_c_texture_688856411.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_c_texture_688856411.h -------------------------------------------------------------------------------- /generated/block_array_c_u32_688856411.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_c_u32_688856411.h -------------------------------------------------------------------------------- /generated/block_array_c_u8_cursor_688856411.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_c_u8_cursor_688856411.h -------------------------------------------------------------------------------- /generated/block_array_file_traversal_node_688853862.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_file_traversal_node_688853862.h -------------------------------------------------------------------------------- /generated/block_array_h_counted_string_688853862_0_889429130_894106509_562163350.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_h_counted_string_688853862_0_889429130_894106509_562163350.h -------------------------------------------------------------------------------- /generated/block_array_h_shader_ptr_688853971_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_h_shader_ptr_688853971_0.h -------------------------------------------------------------------------------- /generated/block_array_h_texture_688856411.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_h_texture_688856411.h -------------------------------------------------------------------------------- /generated/block_array_h_texture_688856411_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_h_texture_688856411_0.h -------------------------------------------------------------------------------- /generated/block_array_h_u32_688856411.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_h_u32_688856411.h -------------------------------------------------------------------------------- /generated/block_array_h_u8_cursor_688856411.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_h_u8_cursor_688856411.h -------------------------------------------------------------------------------- /generated/block_array_poof_tag_688856405.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_poof_tag_688856405.h -------------------------------------------------------------------------------- /generated/block_array_texture_ptr_688856411.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/block_array_texture_ptr_688856411.h -------------------------------------------------------------------------------- /generated/bubble_sort_686708022.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/bubble_sort_686708022.h -------------------------------------------------------------------------------- /generated/buffer_bitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_bitmap.h -------------------------------------------------------------------------------- /generated/buffer_builder_tuple_cs_cs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_builder_tuple_cs_cs.h -------------------------------------------------------------------------------- /generated/buffer_c_struct_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_c_struct_u32.h -------------------------------------------------------------------------------- /generated/buffer_c_token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_c_token.h -------------------------------------------------------------------------------- /generated/buffer_c_token_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_c_token_buffer.h -------------------------------------------------------------------------------- /generated/buffer_counted_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_counted_string.h -------------------------------------------------------------------------------- /generated/buffer_file_traversal_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_file_traversal_node.h -------------------------------------------------------------------------------- /generated/buffer_h_struct_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_h_struct_u32.h -------------------------------------------------------------------------------- /generated/buffer_meta_func_arg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_meta_func_arg.h -------------------------------------------------------------------------------- /generated/buffer_rect3i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_rect3i.h -------------------------------------------------------------------------------- /generated/buffer_sort_key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_sort_key.h -------------------------------------------------------------------------------- /generated/buffer_thread_main_callback_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_thread_main_callback_type.h -------------------------------------------------------------------------------- /generated/buffer_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_u32.h -------------------------------------------------------------------------------- /generated/buffer_u64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_u64.h -------------------------------------------------------------------------------- /generated/buffer_ui_toggle_button_handle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_ui_toggle_button_handle.h -------------------------------------------------------------------------------- /generated/buffer_v3i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/buffer_v3i.h -------------------------------------------------------------------------------- /generated/cursor_v3i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/cursor_v3i.h -------------------------------------------------------------------------------- /generated/d_union_ast_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/d_union_ast_node.h -------------------------------------------------------------------------------- /generated/d_union_constructors_meta_func_arg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/d_union_constructors_meta_func_arg.h -------------------------------------------------------------------------------- /generated/d_union_declaration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/d_union_declaration.h -------------------------------------------------------------------------------- /generated/d_union_meta_func_arg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/d_union_meta_func_arg.h -------------------------------------------------------------------------------- /generated/d_union_ui_render_command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/d_union_ui_render_command.h -------------------------------------------------------------------------------- /generated/deep_copy_u32_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/deep_copy_u32_stream.h -------------------------------------------------------------------------------- /generated/dunion_debug_print_datatype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/dunion_debug_print_datatype.h -------------------------------------------------------------------------------- /generated/flatten_block_array_file_traversal_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/flatten_block_array_file_traversal_node.h -------------------------------------------------------------------------------- /generated/gen_are_equal_665365505.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_are_equal_665365505.h -------------------------------------------------------------------------------- /generated/gen_bit_operators_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_bit_operators_u32.h -------------------------------------------------------------------------------- /generated/gen_bit_operators_u64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_bit_operators_u64.h -------------------------------------------------------------------------------- /generated/gen_common_vector_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_common_vector_v2.h -------------------------------------------------------------------------------- /generated/gen_common_vector_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_common_vector_v3.h -------------------------------------------------------------------------------- /generated/gen_common_vector_v3i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_common_vector_v3i.h -------------------------------------------------------------------------------- /generated/gen_constructor_meta_func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_constructor_meta_func.h -------------------------------------------------------------------------------- /generated/gen_constructor_perlin_params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_constructor_perlin_params.h -------------------------------------------------------------------------------- /generated/gen_constructor_poof_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_constructor_poof_index.h -------------------------------------------------------------------------------- /generated/gen_constructor_poof_symbol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_constructor_poof_symbol.h -------------------------------------------------------------------------------- /generated/gen_constructor_vertex_material.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_constructor_vertex_material.h -------------------------------------------------------------------------------- /generated/gen_default_equality_operator_ui_id.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_default_equality_operator_ui_id.h -------------------------------------------------------------------------------- /generated/gen_hetero_vector_operators_v2_v2i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_hetero_vector_operators_v2_v2i.h -------------------------------------------------------------------------------- /generated/gen_hetero_vector_operators_v2i_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_hetero_vector_operators_v2i_v2.h -------------------------------------------------------------------------------- /generated/gen_hetero_vector_operators_v3_u8_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_hetero_vector_operators_v3_u8_v3.h -------------------------------------------------------------------------------- /generated/gen_hetero_vector_operators_v3_u8_v3i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_hetero_vector_operators_v3_u8_v3i.h -------------------------------------------------------------------------------- /generated/gen_hetero_vector_operators_v3_v3i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_hetero_vector_operators_v3_v3i.h -------------------------------------------------------------------------------- /generated/gen_hetero_vector_operators_v3i_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_hetero_vector_operators_v3i_v3.h -------------------------------------------------------------------------------- /generated/gen_lerp_f32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_lerp_f32.h -------------------------------------------------------------------------------- /generated/gen_lerp_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_lerp_v2.h -------------------------------------------------------------------------------- /generated/gen_lerp_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_lerp_v3.h -------------------------------------------------------------------------------- /generated/gen_map_value_to_range_r32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_map_value_to_range_r32.h -------------------------------------------------------------------------------- /generated/gen_map_value_to_range_s32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_map_value_to_range_s32.h -------------------------------------------------------------------------------- /generated/gen_map_value_to_range_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_map_value_to_range_u32.h -------------------------------------------------------------------------------- /generated/gen_primitive_deep_copy_715421923.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_primitive_deep_copy_715421923.h -------------------------------------------------------------------------------- /generated/gen_random_between_r32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_random_between_r32.h -------------------------------------------------------------------------------- /generated/gen_random_between_s32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_random_between_s32.h -------------------------------------------------------------------------------- /generated/gen_random_between_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_random_between_u32.h -------------------------------------------------------------------------------- /generated/gen_read_primitive_from_native_file_803324607.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_read_primitive_from_native_file_803324607.h -------------------------------------------------------------------------------- /generated/gen_read_primitive_from_u8_cursor_little_endian_851742148.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_read_primitive_from_u8_cursor_little_endian_851742148.h -------------------------------------------------------------------------------- /generated/gen_read_primitive_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_read_primitive_u32.h -------------------------------------------------------------------------------- /generated/gen_read_primitive_u64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_read_primitive_u64.h -------------------------------------------------------------------------------- /generated/gen_rect_helpers_rect2_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_rect_helpers_rect2_v2.h -------------------------------------------------------------------------------- /generated/gen_rect_helpers_rect3_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_rect_helpers_rect3_v3.h -------------------------------------------------------------------------------- /generated/gen_rect_helpers_rect3i_v3i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_rect_helpers_rect3i_v3i.h -------------------------------------------------------------------------------- /generated/gen_shader_uniform_push_m4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_shader_uniform_push_m4.h -------------------------------------------------------------------------------- /generated/gen_shader_uniform_push_r32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_shader_uniform_push_r32.h -------------------------------------------------------------------------------- /generated/gen_shader_uniform_push_s32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_shader_uniform_push_s32.h -------------------------------------------------------------------------------- /generated/gen_shader_uniform_push_texture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_shader_uniform_push_texture.h -------------------------------------------------------------------------------- /generated/gen_shader_uniform_push_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_shader_uniform_push_u32.h -------------------------------------------------------------------------------- /generated/gen_shader_uniform_push_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_shader_uniform_push_v2.h -------------------------------------------------------------------------------- /generated/gen_shader_uniform_push_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_shader_uniform_push_v3.h -------------------------------------------------------------------------------- /generated/gen_stream_getter_enum_decl_689333910.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_stream_getter_enum_decl_689333910.h -------------------------------------------------------------------------------- /generated/gen_stream_getter_type_def_822865913.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_stream_getter_type_def_822865913.h -------------------------------------------------------------------------------- /generated/gen_vector_area_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_area_v2.h -------------------------------------------------------------------------------- /generated/gen_vector_area_v2i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_area_v2i.h -------------------------------------------------------------------------------- /generated/gen_vector_infix_operator_v3i_688856393.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_infix_operator_v3i_688856393.h -------------------------------------------------------------------------------- /generated/gen_vector_infix_operator_v3i_688856449.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_infix_operator_v3i_688856449.h -------------------------------------------------------------------------------- /generated/gen_vector_normalize_funcs_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_normalize_funcs_v2.h -------------------------------------------------------------------------------- /generated/gen_vector_normalize_funcs_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_normalize_funcs_v3.h -------------------------------------------------------------------------------- /generated/gen_vector_operators_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_operators_v2.h -------------------------------------------------------------------------------- /generated/gen_vector_operators_v2i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_operators_v2i.h -------------------------------------------------------------------------------- /generated/gen_vector_operators_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_operators_v3.h -------------------------------------------------------------------------------- /generated/gen_vector_operators_v3_8x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_operators_v3_8x.h -------------------------------------------------------------------------------- /generated/gen_vector_operators_v3_u8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_operators_v3_u8.h -------------------------------------------------------------------------------- /generated/gen_vector_operators_v3i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_operators_v3i.h -------------------------------------------------------------------------------- /generated/gen_vector_operators_v4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_vector_operators_v4.h -------------------------------------------------------------------------------- /generated/gen_wide_vector_operator_688856397_31875099.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_wide_vector_operator_688856397_31875099.h -------------------------------------------------------------------------------- /generated/gen_wide_vector_operator_688856398_962878887.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_wide_vector_operator_688856398_962878887.h -------------------------------------------------------------------------------- /generated/gen_wide_vector_operator_688856400_677608083.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_wide_vector_operator_688856400_677608083.h -------------------------------------------------------------------------------- /generated/gen_wide_vector_operator_688856402_974542050.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_wide_vector_operator_688856402_974542050.h -------------------------------------------------------------------------------- /generated/gen_write_primitive_from_u8_stream_803324607.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/gen_write_primitive_from_u8_stream_803324607.h -------------------------------------------------------------------------------- /generated/generate_cursor_debug_profile_scope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_cursor_debug_profile_scope.h -------------------------------------------------------------------------------- /generated/generate_cursor_declaration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_cursor_declaration.h -------------------------------------------------------------------------------- /generated/generate_cursor_functions_c_token_cursor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_cursor_functions_c_token_cursor.h -------------------------------------------------------------------------------- /generated/generate_cursor_functions_u64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_cursor_functions_u64.h -------------------------------------------------------------------------------- /generated/generate_cursor_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_cursor_parser.h -------------------------------------------------------------------------------- /generated/generate_cursor_struct_u64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_cursor_struct_u64.h -------------------------------------------------------------------------------- /generated/generate_cursor_texture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_cursor_texture.h -------------------------------------------------------------------------------- /generated/generate_cursor_u8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_cursor_u8.h -------------------------------------------------------------------------------- /generated/generate_cursor_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_cursor_v3.h -------------------------------------------------------------------------------- /generated/generate_stream_ast_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_ast_node.h -------------------------------------------------------------------------------- /generated/generate_stream_ast_node_expression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_ast_node_expression.h -------------------------------------------------------------------------------- /generated/generate_stream_ast_node_variable_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_ast_node_variable_def.h -------------------------------------------------------------------------------- /generated/generate_stream_c_token_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_c_token_buffer.h -------------------------------------------------------------------------------- /generated/generate_stream_chunk_declaration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_chunk_declaration.h -------------------------------------------------------------------------------- /generated/generate_stream_compact_meta_func_arg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_compact_meta_func_arg.h -------------------------------------------------------------------------------- /generated/generate_stream_compact_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_compact_u32.h -------------------------------------------------------------------------------- /generated/generate_stream_compact_u64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_compact_u64.h -------------------------------------------------------------------------------- /generated/generate_stream_d_union_member.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_d_union_member.h -------------------------------------------------------------------------------- /generated/generate_stream_enum_member.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_enum_member.h -------------------------------------------------------------------------------- /generated/generate_stream_function_decl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_function_decl.h -------------------------------------------------------------------------------- /generated/generate_stream_iterator_datatype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_iterator_datatype.h -------------------------------------------------------------------------------- /generated/generate_stream_macro_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_macro_def.h -------------------------------------------------------------------------------- /generated/generate_stream_meta_func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_meta_func.h -------------------------------------------------------------------------------- /generated/generate_stream_meta_func_arg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_meta_func_arg.h -------------------------------------------------------------------------------- /generated/generate_stream_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_parser.h -------------------------------------------------------------------------------- /generated/generate_stream_person.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_person.h -------------------------------------------------------------------------------- /generated/generate_stream_push_datatype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_push_datatype.h -------------------------------------------------------------------------------- /generated/generate_stream_tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_tag.h -------------------------------------------------------------------------------- /generated/generate_stream_tagged_counted_string_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_tagged_counted_string_stream.h -------------------------------------------------------------------------------- /generated/generate_stream_todo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_todo.h -------------------------------------------------------------------------------- /generated/generate_stream_tuple_cs_cs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_tuple_cs_cs.h -------------------------------------------------------------------------------- /generated/generate_stream_type_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_type_def.h -------------------------------------------------------------------------------- /generated/generate_stream_u64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_u64.h -------------------------------------------------------------------------------- /generated/generate_stream_v3i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_v3i.h -------------------------------------------------------------------------------- /generated/generate_stream_variable_decl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_stream_variable_decl.h -------------------------------------------------------------------------------- /generated/generate_string_table_c_token_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_string_table_c_token_type.h -------------------------------------------------------------------------------- /generated/generate_string_table_datatype_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_string_table_datatype_type.h -------------------------------------------------------------------------------- /generated/generate_string_table_parse_error_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_string_table_parse_error_code.h -------------------------------------------------------------------------------- /generated/generate_string_table_text_encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_string_table_text_encoding.h -------------------------------------------------------------------------------- /generated/generate_string_table_token_cursor_source.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_string_table_token_cursor_source.h -------------------------------------------------------------------------------- /generated/generate_value_table_enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_value_table_enum.h -------------------------------------------------------------------------------- /generated/generate_value_table_meta_arg_operator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_value_table_meta_arg_operator.h -------------------------------------------------------------------------------- /generated/generate_value_table_meta_transform_op.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_value_table_meta_transform_op.h -------------------------------------------------------------------------------- /generated/generate_value_table_prefixless_for_datatypes_args.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/generate_value_table_prefixless_for_datatypes_args.h -------------------------------------------------------------------------------- /generated/hashtable_counted_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_counted_string.h -------------------------------------------------------------------------------- /generated/hashtable_datatype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_datatype.h -------------------------------------------------------------------------------- /generated/hashtable_get_ptr_ui_toggle_31501_688856534.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_get_ptr_ui_toggle_31501_688856534.h -------------------------------------------------------------------------------- /generated/hashtable_get_ptr_window_layout_705671517_599498827.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_get_ptr_window_layout_705671517_599498827.h -------------------------------------------------------------------------------- /generated/hashtable_get_u32_hashtable_wrapper_688719149_688856424.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_get_u32_hashtable_wrapper_688719149_688856424.h -------------------------------------------------------------------------------- /generated/hashtable_get_ui_toggle_31501_688856534.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_get_ui_toggle_31501_688856534.h -------------------------------------------------------------------------------- /generated/hashtable_get_window_layout_705671517_599498827.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_get_window_layout_705671517_599498827.h -------------------------------------------------------------------------------- /generated/hashtable_impl_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_impl_u32.h -------------------------------------------------------------------------------- /generated/hashtable_impl_ui_toggle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_impl_ui_toggle.h -------------------------------------------------------------------------------- /generated/hashtable_impl_window_layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_impl_window_layout.h -------------------------------------------------------------------------------- /generated/hashtable_impl_xml_tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_impl_xml_tag.h -------------------------------------------------------------------------------- /generated/hashtable_macro_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_macro_def.h -------------------------------------------------------------------------------- /generated/hashtable_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_parser.h -------------------------------------------------------------------------------- /generated/hashtable_struct_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_struct_u32.h -------------------------------------------------------------------------------- /generated/hashtable_struct_ui_toggle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_struct_ui_toggle.h -------------------------------------------------------------------------------- /generated/hashtable_struct_window_layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_struct_window_layout.h -------------------------------------------------------------------------------- /generated/hashtable_struct_xml_tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/hashtable_struct_xml_tag.h -------------------------------------------------------------------------------- /generated/index_of_counted_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/index_of_counted_string.h -------------------------------------------------------------------------------- /generated/is_valid_datatype_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/is_valid_datatype_type.h -------------------------------------------------------------------------------- /generated/maybe_datatype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/maybe_datatype.h -------------------------------------------------------------------------------- /generated/maybe_datatype_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/maybe_datatype_ptr.h -------------------------------------------------------------------------------- /generated/maybe_file_traversal_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/maybe_file_traversal_node.h -------------------------------------------------------------------------------- /generated/maybe_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/maybe_u32.h -------------------------------------------------------------------------------- /generated/maybe_ui_toggle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/maybe_ui_toggle.h -------------------------------------------------------------------------------- /generated/maybe_ui_toggle_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/maybe_ui_toggle_ptr.h -------------------------------------------------------------------------------- /generated/maybe_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/maybe_v3.h -------------------------------------------------------------------------------- /generated/maybe_v3i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/maybe_v3i.h -------------------------------------------------------------------------------- /generated/maybe_window_layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/maybe_window_layout.h -------------------------------------------------------------------------------- /generated/maybe_window_layout_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/maybe_window_layout_ptr.h -------------------------------------------------------------------------------- /generated/parse_integer_136174807.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/parse_integer_136174807.h -------------------------------------------------------------------------------- /generated/scalar_math_fuctions_451039071.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/scalar_math_fuctions_451039071.h -------------------------------------------------------------------------------- /generated/shader_magic_textured_quad_render_pass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/shader_magic_textured_quad_render_pass.h -------------------------------------------------------------------------------- /generated/static_cursor_v2_0_986190493.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/static_cursor_v2_0_986190493.h -------------------------------------------------------------------------------- /generated/stream_and_cursor_counted_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/stream_and_cursor_counted_string.h -------------------------------------------------------------------------------- /generated/stream_and_cursor_enum_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/stream_and_cursor_enum_def.h -------------------------------------------------------------------------------- /generated/stream_and_cursor_s32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/stream_and_cursor_s32.h -------------------------------------------------------------------------------- /generated/stream_and_cursor_struct_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/stream_and_cursor_struct_def.h -------------------------------------------------------------------------------- /generated/stream_and_cursor_u32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/stream_and_cursor_u32.h -------------------------------------------------------------------------------- /generated/string_and_value_tables_ast_node_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_and_value_tables_ast_node_type.h -------------------------------------------------------------------------------- /generated/string_and_value_tables_bitmap_compression_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_and_value_tables_bitmap_compression_type.h -------------------------------------------------------------------------------- /generated/string_and_value_tables_declaration_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_and_value_tables_declaration_type.h -------------------------------------------------------------------------------- /generated/string_and_value_tables_for_datatypes_args.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_and_value_tables_for_datatypes_args.h -------------------------------------------------------------------------------- /generated/string_and_value_tables_function_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_and_value_tables_function_type.h -------------------------------------------------------------------------------- /generated/string_and_value_tables_log_level.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_and_value_tables_log_level.h -------------------------------------------------------------------------------- /generated/string_and_value_tables_meta_func_arg_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_and_value_tables_meta_func_arg_type.h -------------------------------------------------------------------------------- /generated/string_and_value_tables_metaprogramming_directive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_and_value_tables_metaprogramming_directive.h -------------------------------------------------------------------------------- /generated/string_and_value_tables_texture_storage_format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_and_value_tables_texture_storage_format.h -------------------------------------------------------------------------------- /generated/string_and_value_tables_type_qualifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_and_value_tables_type_qualifier.h -------------------------------------------------------------------------------- /generated/string_concat_10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_concat_10.h -------------------------------------------------------------------------------- /generated/string_concat_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_concat_2.h -------------------------------------------------------------------------------- /generated/string_concat_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_concat_3.h -------------------------------------------------------------------------------- /generated/string_concat_4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_concat_4.h -------------------------------------------------------------------------------- /generated/string_concat_5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_concat_5.h -------------------------------------------------------------------------------- /generated/string_concat_6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_concat_6.h -------------------------------------------------------------------------------- /generated/string_concat_7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_concat_7.h -------------------------------------------------------------------------------- /generated/string_concat_8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_concat_8.h -------------------------------------------------------------------------------- /generated/string_concat_9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/string_concat_9.h -------------------------------------------------------------------------------- /generated/to_hex_64_272205387.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/to_hex_64_272205387.h -------------------------------------------------------------------------------- /generated/to_string_primitive_803324607.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/to_string_primitive_803324607.h -------------------------------------------------------------------------------- /generated/to_string_texture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/to_string_texture.h -------------------------------------------------------------------------------- /generated/to_string_vector_240271411.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/to_string_vector_240271411.h -------------------------------------------------------------------------------- /generated/tuple_822959015.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/generated/tuple_822959015.h -------------------------------------------------------------------------------- /install_to_home_bin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/install_to_home_bin.sh -------------------------------------------------------------------------------- /jesse.make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/jesse.make.sh -------------------------------------------------------------------------------- /language_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/language_introduction.md -------------------------------------------------------------------------------- /lib_bonsai_debug/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/api.h -------------------------------------------------------------------------------- /lib_bonsai_debug/lib_bonsai_debug.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/lib_bonsai_debug.so -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/Ao.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/Ao.fragmentshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/DepthRTT.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/DepthRTT.fragmentshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/DepthRTT.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/DepthRTT.vertexshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/Lighting.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/Lighting.fragmentshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/Lighting.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/Lighting.vertexshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/Passthrough.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/Passthrough.vertexshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/RenderToTexture.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/RenderToTexture.fragmentshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/RenderToTexture.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/RenderToTexture.vertexshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/SimpleColor.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/SimpleColor.fragmentshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/SimpleColor.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/SimpleColor.vertexshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/SimpleTexture.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/SimpleTexture.fragmentshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/TextVertexShader.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/TextVertexShader.fragmentshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/TextVertexShader.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/TextVertexShader.vertexshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/gBuffer.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/gBuffer.fragmentshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/gBuffer.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/gBuffer.vertexshader -------------------------------------------------------------------------------- /lib_bonsai_debug/shaders/header.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/shaders/header.glsl -------------------------------------------------------------------------------- /lib_bonsai_debug/texture_atlas_0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/lib_bonsai_debug/texture_atlas_0.bmp -------------------------------------------------------------------------------- /make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/make.sh -------------------------------------------------------------------------------- /poof.rdbg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/poof.rdbg -------------------------------------------------------------------------------- /poof/c_parser_test_suite.rdbg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/poof/c_parser_test_suite.rdbg -------------------------------------------------------------------------------- /poof/execute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/poof/execute.h -------------------------------------------------------------------------------- /poof/generated/generate_cursor_c_token.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /poof/massive_include_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/poof/massive_include_list.h -------------------------------------------------------------------------------- /poof/poof.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/poof/poof.cpp -------------------------------------------------------------------------------- /poof/poof.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/poof/poof.h -------------------------------------------------------------------------------- /poof/print_ast_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/poof/print_ast_node.h -------------------------------------------------------------------------------- /shaders/Ao.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/Ao.fragmentshader -------------------------------------------------------------------------------- /shaders/DepthRTT.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/DepthRTT.fragmentshader -------------------------------------------------------------------------------- /shaders/DepthRTT.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/DepthRTT.vertexshader -------------------------------------------------------------------------------- /shaders/Lighting.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/Lighting.fragmentshader -------------------------------------------------------------------------------- /shaders/Lighting.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/Lighting.vertexshader -------------------------------------------------------------------------------- /shaders/Passthrough.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/Passthrough.vertexshader -------------------------------------------------------------------------------- /shaders/RenderToTexture.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/RenderToTexture.fragmentshader -------------------------------------------------------------------------------- /shaders/RenderToTexture.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/RenderToTexture.vertexshader -------------------------------------------------------------------------------- /shaders/SimpleColor.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/SimpleColor.fragmentshader -------------------------------------------------------------------------------- /shaders/SimpleColor.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/SimpleColor.vertexshader -------------------------------------------------------------------------------- /shaders/SimpleTexture.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/SimpleTexture.fragmentshader -------------------------------------------------------------------------------- /shaders/TextVertexShader.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/TextVertexShader.fragmentshader -------------------------------------------------------------------------------- /shaders/TextVertexShader.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/TextVertexShader.vertexshader -------------------------------------------------------------------------------- /shaders/gBuffer.fragmentshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/gBuffer.fragmentshader -------------------------------------------------------------------------------- /shaders/gBuffer.vertexshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/gBuffer.vertexshader -------------------------------------------------------------------------------- /shaders/header.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/shaders/header.glsl -------------------------------------------------------------------------------- /string_and_value_tables_meta_func_directive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/string_and_value_tables_meta_func_directive.h -------------------------------------------------------------------------------- /string_and_value_tables_poof_global_keyword.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/string_and_value_tables_poof_global_keyword.h -------------------------------------------------------------------------------- /tests/integration/generated/accessors/anonymous_array_struct_R1CjBJgY.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/accessors/anonymous_array_struct_R1CjBJgY.h -------------------------------------------------------------------------------- /tests/integration/generated/accessors/anonymous_bar_struct_XqHSO27n.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/accessors/anonymous_bar_struct_XqHSO27n.h -------------------------------------------------------------------------------- /tests/integration/generated/accessors/anonymous_foo_5DPVctl0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/accessors/anonymous_foo_5DPVctl0.h -------------------------------------------------------------------------------- /tests/integration/generated/accessors/anonymous_foofunc_6akI3os3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/accessors/anonymous_foofunc_6akI3os3.h -------------------------------------------------------------------------------- /tests/integration/generated/accessors/anonymous_k5Pe98By.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/accessors/anonymous_k5Pe98By.h -------------------------------------------------------------------------------- /tests/integration/generated/accessors/function_test_1_foo_struct_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/accessors/function_test_1_foo_struct_1.h -------------------------------------------------------------------------------- /tests/integration/generated/accessors/function_test_foofunc0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/accessors/function_test_foofunc0.h -------------------------------------------------------------------------------- /tests/integration/generated/accessors/function_test_typedefd_foofunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/accessors/function_test_typedefd_foofunc.h -------------------------------------------------------------------------------- /tests/integration/generated/accessors/poof_noop_foo_struct_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/accessors/poof_noop_foo_struct_0.h -------------------------------------------------------------------------------- /tests/integration/generated/conditionals/anonymous_foo_struct_1_6M8tx4gp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/conditionals/anonymous_foo_struct_1_6M8tx4gp.h -------------------------------------------------------------------------------- /tests/integration/generated/conditionals/anonymous_foo_struct_1_8guZPTf0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/conditionals/anonymous_foo_struct_1_8guZPTf0.h -------------------------------------------------------------------------------- /tests/integration/generated/conditionals/anonymous_foo_struct_1_BaBAMF6m.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/conditionals/anonymous_foo_struct_1_BaBAMF6m.h -------------------------------------------------------------------------------- /tests/integration/generated/conditionals/anonymous_foo_struct_1_CPfSoIS7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/conditionals/anonymous_foo_struct_1_CPfSoIS7.h -------------------------------------------------------------------------------- /tests/integration/generated/conditionals/anonymous_foo_struct_1_HxUplAeU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/conditionals/anonymous_foo_struct_1_HxUplAeU.h -------------------------------------------------------------------------------- /tests/integration/generated/conditionals/anonymous_foo_struct_1_LVid4PGg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/conditionals/anonymous_foo_struct_1_LVid4PGg.h -------------------------------------------------------------------------------- /tests/integration/generated/conditionals/anonymous_foo_struct_1_QAGBtJOS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/conditionals/anonymous_foo_struct_1_QAGBtJOS.h -------------------------------------------------------------------------------- /tests/integration/generated/conditionals/anonymous_foo_struct_1_dlHRwaDJ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/conditionals/anonymous_foo_struct_1_dlHRwaDJ.h -------------------------------------------------------------------------------- /tests/integration/generated/conditionals/anonymous_foo_struct_1_h7hirkAZ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/conditionals/anonymous_foo_struct_1_h7hirkAZ.h -------------------------------------------------------------------------------- /tests/integration/generated/conditionals/anonymous_foo_struct_1_xuh38nWl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/conditionals/anonymous_foo_struct_1_xuh38nWl.h -------------------------------------------------------------------------------- /tests/integration/generated/discriminated_union/d_union_foo_bar_baz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/discriminated_union/d_union_foo_bar_baz.h -------------------------------------------------------------------------------- /tests/integration/generated/discriminated_union/d_union_foo_bar_baz_cust.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/discriminated_union/d_union_foo_bar_baz_cust.h -------------------------------------------------------------------------------- /tests/integration/generated/for_datatypes/for_datatypes_JGEIc02V.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/for_datatypes/for_datatypes_JGEIc02V.h -------------------------------------------------------------------------------- /tests/integration/generated/for_datatypes/for_datatypes_LpiQmVs9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/for_datatypes/for_datatypes_LpiQmVs9.h -------------------------------------------------------------------------------- /tests/integration/generated/for_datatypes/for_datatypes_SdT7l23L.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/for_datatypes/for_datatypes_SdT7l23L.h -------------------------------------------------------------------------------- /tests/integration/generated/for_datatypes/for_datatypes_a8HasR36.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/for_datatypes/for_datatypes_a8HasR36.h -------------------------------------------------------------------------------- /tests/integration/generated/for_datatypes/for_datatypes_lTJHCJfY.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/for_datatypes/for_datatypes_lTJHCJfY.h -------------------------------------------------------------------------------- /tests/integration/generated/functions/foobaz_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/functions/foobaz_.h -------------------------------------------------------------------------------- /tests/integration/generated/functions/func2_thing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/functions/func2_thing.h -------------------------------------------------------------------------------- /tests/integration/generated/functions/gen_struct_func_struct_473003373.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/functions/gen_struct_func_struct_473003373.h -------------------------------------------------------------------------------- /tests/integration/generated/functions/nested_func_struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/functions/nested_func_struct.h -------------------------------------------------------------------------------- /tests/integration/generated/functions/poof_comment_func_thing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/functions/poof_comment_func_thing.h -------------------------------------------------------------------------------- /tests/integration/generated/functions/transforms_func_struct_525555696.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/functions/transforms_func_struct_525555696.h -------------------------------------------------------------------------------- /tests/integration/generated/functions/var_func_thing_786368078.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/functions/var_func_thing_786368078.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/anonymous_foo_enum_5DGxlNu5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/anonymous_foo_enum_5DGxlNu5.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/anonymous_foo_struct_1_03rZn5Ny.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/anonymous_foo_struct_1_03rZn5Ny.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/anonymous_foo_struct_1_M6dQmZmw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/anonymous_foo_struct_1_M6dQmZmw.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/anonymous_foobar_dunion_E2SFNKQr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/anonymous_foobar_dunion_E2SFNKQr.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/anonymous_function_foo_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/anonymous_function_foo_1.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/anonymous_qHDx1ZgU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/anonymous_qHDx1ZgU.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/d_union_foobar_union.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/d_union_foobar_union.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/func_arg_map_test_test_func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/func_arg_map_test_test_func.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/index_map_test_foo_struct_1_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/index_map_test_foo_struct_1_3.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/symbol_map_test_foo_struct_1_79487798.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/symbol_map_test_foo_struct_1_79487798.h -------------------------------------------------------------------------------- /tests/integration/generated/iteration/var_func_struct_156032401.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/iteration/var_func_struct_156032401.h -------------------------------------------------------------------------------- /tests/integration/generated/multi_level_functions/f2_foo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/multi_level_functions/f2_foo.h -------------------------------------------------------------------------------- /tests/integration/generated/tags/(builtin.for_datatypes)_sdgoB3Hg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/tags/(builtin.for_datatypes)_sdgoB3Hg.h -------------------------------------------------------------------------------- /tests/integration/generated/tags/anonymous_QnhbIncf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/tags/anonymous_QnhbIncf.h -------------------------------------------------------------------------------- /tests/integration/generated/tags/anonymous_foo_enum_5rPlBIF8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/tags/anonymous_foo_enum_5rPlBIF8.h -------------------------------------------------------------------------------- /tests/integration/generated/tags/anonymous_has_numeric_tag_W4DIb6aG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/tags/anonymous_has_numeric_tag_W4DIb6aG.h -------------------------------------------------------------------------------- /tests/integration/generated/tags/anonymous_nested_tag_struct_oX7F12Cw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/tags/anonymous_nested_tag_struct_oX7F12Cw.h -------------------------------------------------------------------------------- /tests/integration/generated/tags/anonymous_tag_struct_oX7F12Cw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/tags/anonymous_tag_struct_oX7F12Cw.h -------------------------------------------------------------------------------- /tests/integration/generated/tags/anonymous_tagged_struct_yZhxgWx1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/tags/anonymous_tagged_struct_yZhxgWx1.h -------------------------------------------------------------------------------- /tests/integration/generated/tags/for_datatypes_gGnNeVTa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/tags/for_datatypes_gGnNeVTa.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f1_e0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f1_e0.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f1_e3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f1_e3.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f1_s0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f1_s0.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f1_s1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f1_s1.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f1_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f1_s2.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f1_s3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f1_s3.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f1_s4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f1_s4.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f2_enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f2_enum.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f2_s0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f2_s0.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f2_s1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f2_s1.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f2_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f2_s2.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f2_s3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f2_s3.h -------------------------------------------------------------------------------- /tests/integration/generated/typedef_resolution/f2_s4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/generated/typedef_resolution/f2_s4.h -------------------------------------------------------------------------------- /tests/integration/src/accessors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/src/accessors.h -------------------------------------------------------------------------------- /tests/integration/src/common_structures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/src/common_structures.h -------------------------------------------------------------------------------- /tests/integration/src/conditionals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/src/conditionals.h -------------------------------------------------------------------------------- /tests/integration/src/discriminated_union.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/src/discriminated_union.h -------------------------------------------------------------------------------- /tests/integration/src/for_datatypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/src/for_datatypes.h -------------------------------------------------------------------------------- /tests/integration/src/functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/src/functions.h -------------------------------------------------------------------------------- /tests/integration/src/iteration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/src/iteration.h -------------------------------------------------------------------------------- /tests/integration/src/multi_level_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/src/multi_level_functions.h -------------------------------------------------------------------------------- /tests/integration/src/tags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/src/tags.h -------------------------------------------------------------------------------- /tests/integration/src/typedef_resolution.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/integration/src/typedef_resolution.h -------------------------------------------------------------------------------- /tests/parser/bug_defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/bug_defines.h -------------------------------------------------------------------------------- /tests/parser/fixtures/blender_cube.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/blender_cube.dae -------------------------------------------------------------------------------- /tests/parser/fixtures/comments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/comments.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/boundary_conditions.cpp: -------------------------------------------------------------------------------- 1 | hi 2 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/defines_and_conditionals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/defines_and_conditionals.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/defines_and_ifdefs0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/defines_and_ifdefs0.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/defines_and_ifdefs1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/defines_and_ifdefs1.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/defines_and_preprocessor_directives.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/defines_and_preprocessor_directives.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/empty.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | int foo 132151; 3 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/assert_include.h: -------------------------------------------------------------------------------- 1 | #define Passthrough(a) a 2 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/assert_include_2.h: -------------------------------------------------------------------------------- 1 | Passthrough(int i = 4); 2 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error0.cpp: -------------------------------------------------------------------------------- 1 | int foo 132151 2 | 3 | 4 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error1.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int foo 132151 4 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error10.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error11.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error12.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error13.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error13.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error14.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error14.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error14.h: -------------------------------------------------------------------------------- 1 | 2 | int foo 132151 3 | 4 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error15.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error15.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error16.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error2.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error3.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error4.cpp: -------------------------------------------------------------------------------- 1 | #define boo 2 | 3 | int foo 132151 4 | 5 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error5.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error6.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error7.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error8.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/errors/error9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/errors/error9.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/include_guard0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/include_guard0.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/include_guard1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/include_guard1.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/include_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/include_test.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/include_test_2.cpp: -------------------------------------------------------------------------------- 1 | int thing = 1337; 2 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/logical_operators.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/logical_operators.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/logical_operators_inl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/logical_operators_inl.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/macro_and_include_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/macro_and_include_test.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/multi_cursor_token_control.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/multi_cursor_token_control.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/other_file_that_should_parse.cpp: -------------------------------------------------------------------------------- 1 | int nothing = 42; 2 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/parser_chain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/parser_chain.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/parser_chain_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/parser_chain_1.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/parser_chain_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/parser_chain_2.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/parser_chain_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/parser_chain_3.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/parser_chain_4.cpp: -------------------------------------------------------------------------------- 1 | parser_token_4 2 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/pragma_once0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/pragma_once0.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/pragma_once1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/pragma_once1.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/random_define.cpp: -------------------------------------------------------------------------------- 1 | #define foo bar 2 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/relative_includes_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/relative_includes_0.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/relative_includes_1.cpp: -------------------------------------------------------------------------------- 1 | parser_token_1 2 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/should_parse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/should_parse.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/single_cursor_token_control.cpp: -------------------------------------------------------------------------------- 1 | foo bar baz 2 | -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/temp_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/temp_test.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor/thing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor/thing.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor_basic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor_basic.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor_datatypes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor_datatypes.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/preprocessor_peek_pop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/preprocessor_peek_pop.cpp -------------------------------------------------------------------------------- /tests/parser/fixtures/read_file_test: -------------------------------------------------------------------------------- 1 | 0123456789 2 | -------------------------------------------------------------------------------- /tests/parser/fixtures/test.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/test.obj -------------------------------------------------------------------------------- /tests/parser/fixtures/test_parsing.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/test_parsing.dae -------------------------------------------------------------------------------- /tests/parser/fixtures/test_querying.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/test_querying.dae -------------------------------------------------------------------------------- /tests/parser/fixtures/words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/fixtures/words.txt -------------------------------------------------------------------------------- /tests/parser/poof.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/parser/poof.cpp -------------------------------------------------------------------------------- /tests/poof/fixtures/errors/error1.1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/poof/fixtures/errors/error1.1.cpp -------------------------------------------------------------------------------- /tests/poof/fixtures/errors/error1.2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/poof/fixtures/errors/error1.2.cpp -------------------------------------------------------------------------------- /tests/poof/fixtures/errors/error1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/poof/fixtures/errors/error1.cpp -------------------------------------------------------------------------------- /tests/poof/fixtures/errors/error2.cpp: -------------------------------------------------------------------------------- 1 | 2 | poof( garewafdsa ) 3 | 4 | -------------------------------------------------------------------------------- /tests/poof/fixtures/errors/error3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/poof/fixtures/errors/error3.cpp -------------------------------------------------------------------------------- /tests/poof/fixtures/errors/error4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/poof/fixtures/errors/error4.cpp -------------------------------------------------------------------------------- /tests/poof/fixtures/errors/error5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/poof/fixtures/errors/error5.cpp -------------------------------------------------------------------------------- /tests/poof/fixtures/errors/error6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/tests/poof/fixtures/errors/error6.cpp -------------------------------------------------------------------------------- /texture_atlas_0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scallyw4g/poof/HEAD/texture_atlas_0.bmp --------------------------------------------------------------------------------