minecraft-datapack-language 16.0.13__tar.gz → 16.0.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {minecraft_datapack_language-16.0.13/minecraft_datapack_language.egg-info → minecraft_datapack_language-16.0.14}/PKG-INFO +1 -1
- minecraft_datapack_language-16.0.14/docs/_data/version.yml +3 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/downloads.md +3 -1
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/_version.py +3 -3
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/mdl_compiler.py +64 -21
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14/minecraft_datapack_language.egg-info}/PKG-INFO +1 -1
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/run_all_tests.py +37 -11
- minecraft_datapack_language-16.0.13/docs/_data/version.yml +0 -3
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.cursor/rules/aispec.mdc +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.github/actions/mdl-compile/action.yml +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.github/workflows/ci.yml +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.github/workflows/docs.yml +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.github/workflows/pypi.yml +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.github/workflows/release.yml +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.github/workflows/update-website-version.yml +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.gitignore +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1/data/test1/function/load.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1/data/test1/function/load1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1/data/test1/function/main.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1/data/test1/function/main__else_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1/data/test1/function/main__if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1/data/test1/function/testfunc.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1/data/test1/function/testfunc__while_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1/pack.mcmeta +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1-confirm/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1-confirm/data/test1/function/load.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1-confirm/data/test1/function/load1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1-confirm/data/test1/function/main.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1-confirm/data/test1/function/main__else_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1-confirm/data/test1/function/main__if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1-confirm/data/test1/function/testfunc.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1-confirm/data/test1/function/testfunc__while_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.mdl-out-test1-confirm/pack.mcmeta +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.tmp_compile_bwe.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.tmp_compile_bwe2.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.tmp_compile_bwe3.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.tmp_verify_loops.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/COMPILER_FIXES_SUMMARY.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/CONDITIONALS_IMPLEMENTATION.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/LICENSE +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/Makefile +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/README.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/advancements/diamond_sword.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/advancements/first_spell.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/advancements/other_advancement.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/advancements/test_advancement.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/comprehensive_error_test.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/complex_scopes/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/complex_scopes/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_basic_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_complex_if_if_5.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_control_complex_expressions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_control_complex_expressions_if_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_control_variable_substitution_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_control_with_raw_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_control_with_scopes_if_5.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_control_with_tellraw_else_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_control_with_tellraw_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_control_with_tellraw_if_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_if_else_else_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_if_else_if_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_else_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_else_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_else_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_else_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/comprehensive_control_test/function/test_nested_if_if_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/control_test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/control_test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/control_test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/if_test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/if_test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/conditional_demo_else_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/conditional_demo_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/conditional_demo_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/conditional_demo_if_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/conditional_demo_if_3_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/conditional_demo_if_3_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/countdown_while_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/countdown_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/increase_tick_per_player_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/increase_tick_per_player_if_1_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/loop_demo_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/loop_demo_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/loop_demo_while_body_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/loop_demo_while_body_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/loop_demo_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_else_5.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_if_5.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_while_6.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_while_7.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/main_while_body_7.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/scoreboard_demo_while_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/scoreboard_demo_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/scoreboard_demo_while_body_3_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/start_game_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/start_game_if_5.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/start_game_while_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/start_game_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_basic_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_basic_while_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_basic_while_while_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_basic_while_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_basic_while_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_nested_control_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_nested_control_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_nested_control_while_body_2_else_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_nested_control_while_body_2_else_1_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_nested_control_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_nested_control_while_body_2_if_1_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_nested_control_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_scope_scenarios_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_scope_scenarios_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_scope_scenarios_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_scope_scenarios_if_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_while_while_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_while_while_6.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_while_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_complex_while_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_complex_expressions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_complex_expressions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_complex_expressions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_complex_expressions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_error_handling_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_error_handling_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_error_handling_while_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_error_handling_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_performance_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_performance_while_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_performance_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_performance_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_performance_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_performance_while_body_4_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_performance_while_body_4_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_scoped_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_scoped_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_scoped_functions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_scoped_functions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_variable_substitution_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_variable_substitution_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_variable_substitution_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_variable_substitution_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_assignments_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_assignments_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_assignments_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_assignments_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_functions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_functions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_raw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_raw_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_raw_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_scopes_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_scopes_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_scopes_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_scopes_if_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_tellraw_else_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_tellraw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_tellraw_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_tellraw_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_control_with_tellraw_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_if_else_else_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_if_else_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_else_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_else_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_else_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_else_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_if_1_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_if_1_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_if_1_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_if_1_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_scope_conditionals_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_scope_conditionals_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_scope_conditionals_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_scope_conditionals_while_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_scope_conditionals_while_5.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_scope_conditionals_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_scope_conditionals_while_body_5.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_scope_interactions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_scope_interactions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_scope_interactions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_while_break_while_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_while_break_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_while_break_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/test_while_break_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/tick_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/tick_if_2.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/tick_if_2_while_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/tick_if_2_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/weapon_effects_else_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test/function/weapon_effects_if_1.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test_final_template_fixed/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/test_final_template_fixed/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/while_test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/data/while_test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/dist.zip +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/.env +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/404.html +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/Gemfile +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/README.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_config.yml +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_docs/cli-reference.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_docs/contributing.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_docs/docs-hub.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_docs/documentation.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_docs/examples.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_docs/getting-started.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_docs/language-reference.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_docs/multi-file-projects.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_docs/python-bindings.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_docs/vscode-extension.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_includes/head-custom.html +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_includes/navigation.html +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_layouts/default.html +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_layouts/page.html +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_plugins/test_version.rb +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/_plugins/version_reader.rb +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/assets/css/style.css +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/docs.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/icons/icon-128.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/icons/icon-256.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/icons/icon-512.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/icons/icon-64.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/index.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/examples/hello_world.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/examples/macros_example.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/examples/scope_examples.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/examples/simple_counter.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/icons/icon-128.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/icons/icon-256.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/icons/icon-512.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/icons/icon-64.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/item_modifiers/diamond_sword.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/item_modifiers/enchant_tool.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/item_modifiers/test_item_modifier.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/loot_tables/diamond_sword.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/loot_tables/epic_loot.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/loot_tables/main_loot.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/loot_tables/test_loot.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/mdllocal.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/__init__.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/ast_nodes.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/cli.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/dir_map.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/mdl_errors.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/mdl_lexer.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/mdl_linter.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/mdl_parser.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/python_api.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language/utils.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language.egg-info/SOURCES.txt +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language.egg-info/dependency_links.txt +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language.egg-info/entry_points.txt +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language.egg-info/requires.txt +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/minecraft_datapack_language.egg-info/top_level.txt +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/multi_scope_example.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/my_awesome_pack/README.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/my_awesome_pack/minecraft_datapack_language.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/predicates/diamond_sword.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/predicates/has_mana.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/predicates/other_predicate.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/predicates/test_predicate.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/pyproject.toml +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/pytest.ini +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/recipes/custom_pickaxe.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/recipes/diamond_sword.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/recipes/first.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/recipes/inlet.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/recipes/main_recipe.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/recipes/outlet.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/recipes/pipe.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/recipes/second.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/recipes/test_recipe.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/recipes/wrench.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scope_demo.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scoreboard_test.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/UpdateMDL.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/bootstrap.ps1 +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/bootstrap.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/build_pkg.ps1 +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/build_pkg.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/dev_build.ps1 +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/dev_build.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/dev_setup.ps1 +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/dev_setup.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/git-bash/bootstrap-gitbash.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/git-bash/build_pkg-gitbash.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/git-bash/test_cli-gitbash.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/release.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/test_cli.ps1 +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/test_cli.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/test_dev.ps1 +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/test_dev.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/update_docs.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/scripts/update_version_info.sh +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/setup.cfg +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/structures/diamond_sword.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/structures/test_structure.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/structures/workshop.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tellraw_variables_test.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/temp_output/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/temp_output/data/test/function/helper.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/temp_output/data/test/function/load.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/temp_output/data/test/function/main.mcfunction +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/temp_output/pack.mcmeta +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/test_all_registry.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/test_complex_scenarios.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/test_comprehensive_fixes.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/test_if_else_while.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/test_project/complex_test.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/test_simple.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/__init__.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_cli.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_codegen_naming_and_logic.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_compiler_fixes.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_complex_scenarios.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_comprehensive_end_to_end.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_examples.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_macros.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_python_api.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_python_bindings.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_scheduledwhile.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/test_user_regression_test1.py +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tmp_local_cli_out.zip +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tmp_test1.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tmp_test1.mdl~ +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tmp_test1_confirm.mdl +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/README.md +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/icons/icon-128.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/icons/icon-256.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/icons/icon-512.png +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/language-configuration.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/package-lock.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/package.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/snippets/mdl.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/src/extension.ts +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/syntaxes/mdl.tmLanguage.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/themes/mdl-color-theme.json +0 -0
- {minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/vscode-extension/tsconfig.json +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: minecraft-datapack-language
|
3
|
-
Version: 16.0.
|
3
|
+
Version: 16.0.14
|
4
4
|
Summary: Compile MDL language with explicit scoping into a Minecraft datapack (1.21+ ready). Features variables, control flow, error handling, and VS Code extension.
|
5
5
|
Project-URL: Homepage, https://www.mcmdl.com
|
6
6
|
Project-URL: Documentation, https://www.mcmdl.com/docs
|
{minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/docs/downloads.md
RENAMED
@@ -350,17 +350,19 @@ MDL is open source software licensed under the MIT License. See the [LICENSE](ht
|
|
350
350
|
}
|
351
351
|
|
352
352
|
[data-theme="dark"] .install-code {
|
353
|
-
background: #
|
353
|
+
background: #191d23 !important;
|
354
354
|
border-color: #30363d;
|
355
355
|
}
|
356
356
|
|
357
357
|
.install-code code {
|
358
358
|
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
|
359
359
|
color: #24292e;
|
360
|
+
border: 0;
|
360
361
|
}
|
361
362
|
|
362
363
|
[data-theme="dark"] .install-code code {
|
363
364
|
color: #e6edf3;
|
365
|
+
background: inherit !important;
|
364
366
|
}
|
365
367
|
|
366
368
|
.releases-section {
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '16.0.
|
32
|
-
__version_tuple__ = version_tuple = (16, 0,
|
31
|
+
__version__ = version = '16.0.14'
|
32
|
+
__version_tuple__ = version_tuple = (16, 0, 14)
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
34
|
+
__commit_id__ = commit_id = 'g4a67b89f7'
|
@@ -835,12 +835,49 @@ class MDLCompiler:
|
|
835
835
|
# Default: generic expression string, no inversion
|
836
836
|
invert_then = False
|
837
837
|
|
838
|
+
# Helpers local to this method to keep concerns contained
|
839
|
+
def unwrap(e: Any) -> Any:
|
840
|
+
while isinstance(e, ParenthesizedExpression):
|
841
|
+
e = e.expression
|
842
|
+
return e
|
843
|
+
|
844
|
+
def norm_op(op_in: Any) -> Optional[str]:
|
845
|
+
# Return one of: '>', '>=', '<', '<=', '==', '!=' or None
|
846
|
+
if op_in == TokenType.GREATER or op_in == ">":
|
847
|
+
return ">"
|
848
|
+
if op_in == TokenType.GREATER_EQUAL or op_in == ">=":
|
849
|
+
return ">="
|
850
|
+
if op_in == TokenType.LESS or op_in == "<":
|
851
|
+
return "<"
|
852
|
+
if op_in == TokenType.LESS_EQUAL or op_in == "<=":
|
853
|
+
return "<="
|
854
|
+
if op_in == TokenType.EQUAL or op_in == "==" or op_in == "EQUAL":
|
855
|
+
return "=="
|
856
|
+
if op_in == TokenType.NOT_EQUAL or op_in == "!=" or op_in == "NOT_EQUAL":
|
857
|
+
return "!="
|
858
|
+
# Accept python bindings string names as well
|
859
|
+
if isinstance(op_in, str):
|
860
|
+
upper = op_in.upper()
|
861
|
+
if upper == "GREATER":
|
862
|
+
return ">"
|
863
|
+
if upper == "GREATER_EQUAL":
|
864
|
+
return ">="
|
865
|
+
if upper == "LESS":
|
866
|
+
return "<"
|
867
|
+
if upper == "LESS_EQUAL":
|
868
|
+
return "<="
|
869
|
+
if upper == "EQUAL":
|
870
|
+
return "=="
|
871
|
+
if upper == "NOT_EQUAL":
|
872
|
+
return "!="
|
873
|
+
return None
|
874
|
+
|
838
875
|
if isinstance(expression, BinaryExpression):
|
839
|
-
left = expression.left
|
840
|
-
right = expression.right
|
841
|
-
|
876
|
+
left = unwrap(expression.left)
|
877
|
+
right = unwrap(expression.right)
|
878
|
+
op_sym = norm_op(expression.operator)
|
842
879
|
# Variable vs literal
|
843
|
-
if isinstance(left, VariableSubstitution) and isinstance(right, LiteralExpression) and isinstance(right.value, (int, float)):
|
880
|
+
if op_sym and isinstance(left, VariableSubstitution) and isinstance(right, LiteralExpression) and isinstance(right.value, (int, float)):
|
844
881
|
objective = self.variables.get(left.name, left.name)
|
845
882
|
scope = left.scope.strip("<>")
|
846
883
|
# Normalize number
|
@@ -850,41 +887,47 @@ class MDLCompiler:
|
|
850
887
|
v = None
|
851
888
|
if v is not None:
|
852
889
|
n = int(v) if float(v).is_integer() else v
|
853
|
-
if
|
890
|
+
if op_sym == ">":
|
854
891
|
rng = f"{int(n)+1}.." if isinstance(n, int) else f"{v+1}.."
|
855
892
|
return (f"score {scope} {objective} matches {rng}", False)
|
856
|
-
if
|
893
|
+
if op_sym == ">=":
|
857
894
|
rng = f"{int(n)}.."
|
858
895
|
return (f"score {scope} {objective} matches {rng}", False)
|
859
|
-
if
|
896
|
+
if op_sym == "<":
|
860
897
|
rng = f"..{int(n)-1}"
|
861
898
|
return (f"score {scope} {objective} matches {rng}", False)
|
862
|
-
if
|
899
|
+
if op_sym == "<=":
|
863
900
|
rng = f"..{int(n)}"
|
864
901
|
return (f"score {scope} {objective} matches {rng}", False)
|
865
|
-
if
|
902
|
+
if op_sym == "==":
|
866
903
|
rng = f"{int(n)}"
|
867
904
|
return (f"score {scope} {objective} matches {rng}", False)
|
868
|
-
if
|
905
|
+
if op_sym == "!=":
|
869
906
|
rng = f"{int(n)}"
|
870
907
|
return (f"score {scope} {objective} matches {rng}", True)
|
908
|
+
# Literal vs variable (swap sides)
|
909
|
+
if op_sym and isinstance(left, LiteralExpression) and isinstance(left.value, (int, float)) and isinstance(right, VariableSubstitution):
|
910
|
+
# Swap by inverting the operator appropriately, then reuse logic
|
911
|
+
invert_map = {
|
912
|
+
">": "<",
|
913
|
+
">=": "<=",
|
914
|
+
"<": ">",
|
915
|
+
"<=": ">=",
|
916
|
+
"==": "==",
|
917
|
+
"!=": "!="
|
918
|
+
}
|
919
|
+
swapped = BinaryExpression(left=right, operator=invert_map.get(op_sym, op_sym), right=left)
|
920
|
+
return self._build_condition(swapped)
|
871
921
|
# Variable vs variable
|
872
|
-
if isinstance(left, VariableSubstitution) and isinstance(right, VariableSubstitution):
|
922
|
+
if op_sym and isinstance(left, VariableSubstitution) and isinstance(right, VariableSubstitution):
|
873
923
|
lobj = self.variables.get(left.name, left.name)
|
874
924
|
lscope = left.scope.strip("<>")
|
875
925
|
robj = self.variables.get(right.name, right.name)
|
876
926
|
rscope = right.scope.strip("<>")
|
877
|
-
if
|
878
|
-
|
879
|
-
TokenType.GREATER: ">",
|
880
|
-
TokenType.GREATER_EQUAL: ">=",
|
881
|
-
TokenType.LESS: "<",
|
882
|
-
TokenType.LESS_EQUAL: "<=",
|
883
|
-
TokenType.EQUAL: "="
|
884
|
-
}
|
885
|
-
comp = comp_map[op]
|
927
|
+
if op_sym in (">", ">=", "<", "<=", "=="):
|
928
|
+
comp = op_sym if op_sym != "==" else "="
|
886
929
|
return (f"score {lscope} {lobj} {comp} {rscope} {robj}", False)
|
887
|
-
if
|
930
|
+
if op_sym == "!=":
|
888
931
|
# Use equals with inversion
|
889
932
|
return (f"score {lscope} {lobj} = {rscope} {robj}", True)
|
890
933
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: minecraft-datapack-language
|
3
|
-
Version: 16.0.
|
3
|
+
Version: 16.0.14
|
4
4
|
Summary: Compile MDL language with explicit scoping into a Minecraft datapack (1.21+ ready). Features variables, control flow, error handling, and VS Code extension.
|
5
5
|
Project-URL: Homepage, https://www.mcmdl.com
|
6
6
|
Project-URL: Documentation, https://www.mcmdl.com/docs
|
{minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/tests/run_all_tests.py
RENAMED
@@ -12,7 +12,11 @@ from pathlib import Path
|
|
12
12
|
|
13
13
|
|
14
14
|
def run_test_suite(name, command, description=""):
|
15
|
-
"""Run a test suite and return results.
|
15
|
+
"""Run a test suite and return results.
|
16
|
+
|
17
|
+
If command is a list, execute without a shell to avoid shell expansions.
|
18
|
+
If command is a string, execute via the shell (backward compatible).
|
19
|
+
"""
|
16
20
|
print(f"\n{'='*60}")
|
17
21
|
print(f"Running {name}")
|
18
22
|
if description:
|
@@ -22,7 +26,8 @@ def run_test_suite(name, command, description=""):
|
|
22
26
|
start_time = time.time()
|
23
27
|
|
24
28
|
try:
|
25
|
-
|
29
|
+
use_shell = isinstance(command, str)
|
30
|
+
result = subprocess.run(command, shell=use_shell, capture_output=True, text=True)
|
26
31
|
duration = time.time() - start_time
|
27
32
|
|
28
33
|
if result.returncode == 0:
|
@@ -64,11 +69,16 @@ def main():
|
|
64
69
|
has_cov = importlib.util.find_spec("pytest_cov") is not None
|
65
70
|
except Exception:
|
66
71
|
has_cov = False
|
67
|
-
base_cmd = "
|
68
|
-
|
72
|
+
base_cmd = [sys.executable, "-m", "pytest", "tests/", "-v"]
|
73
|
+
if has_cov:
|
74
|
+
base_cmd += [
|
75
|
+
"--cov=minecraft_datapack_language",
|
76
|
+
"--cov-report=term-missing",
|
77
|
+
"--cov-report=html:htmlcov",
|
78
|
+
]
|
69
79
|
pytest_result = run_test_suite(
|
70
80
|
"Pytest Suite",
|
71
|
-
|
81
|
+
base_cmd,
|
72
82
|
"Comprehensive pytest suite" + (" with coverage" if has_cov else "")
|
73
83
|
)
|
74
84
|
results.append(("Pytest", pytest_result))
|
@@ -87,7 +97,7 @@ def main():
|
|
87
97
|
if test_path.exists():
|
88
98
|
result = run_test_suite(
|
89
99
|
f"Pytest {test_file}",
|
90
|
-
|
100
|
+
[sys.executable, "-m", "pytest", "-q", f"tests/{test_file}"],
|
91
101
|
description
|
92
102
|
)
|
93
103
|
results.append((test_file, result))
|
@@ -100,7 +110,11 @@ def main():
|
|
100
110
|
# Test complex scenarios
|
101
111
|
complex_result = run_test_suite(
|
102
112
|
"Complex Scenarios Compilation",
|
103
|
-
|
113
|
+
[
|
114
|
+
sys.executable,
|
115
|
+
"-c",
|
116
|
+
"from minecraft_datapack_language.mdl_parser import MDLParser; from minecraft_datapack_language.mdl_compiler import MDLCompiler; import tempfile; from pathlib import Path; source = '''pack \"test\" \"Test pack\" 82; namespace \"test\"; var num counter<@s> = 0; var num health<@s> = 20; var num bonus<@s> = 5; function test:complex_math<@s> { counter<@s> = ($counter<@s>$ + $health<@s>$) * $bonus<@s>$; }'''; parser = MDLParser(); ast = parser.parse(source); compiler = MDLCompiler('temp_output'); compiler.compile(ast); print('Complex expressions compilation successful')",
|
117
|
+
],
|
104
118
|
"Test complex mathematical expressions compilation"
|
105
119
|
)
|
106
120
|
results.append(("Complex Expressions", complex_result))
|
@@ -108,7 +122,11 @@ def main():
|
|
108
122
|
# Test control flow
|
109
123
|
control_result = run_test_suite(
|
110
124
|
"Control Flow Compilation",
|
111
|
-
|
125
|
+
[
|
126
|
+
sys.executable,
|
127
|
+
"-c",
|
128
|
+
"from minecraft_datapack_language.mdl_parser import MDLParser; from minecraft_datapack_language.mdl_compiler import MDLCompiler; import tempfile; from pathlib import Path; source = '''pack \"test\" \"Test pack\" 82; namespace \"test\"; var num health<@s> = 20; function test:health_check<@s> { if $health<@s>$ < 10 { say \"Health is low!\"; } else { say \"Health is good!\"; } }'''; parser = MDLParser(); ast = parser.parse(source); compiler = MDLCompiler('temp_output'); compiler.compile(ast); print('Control flow compilation successful')",
|
129
|
+
],
|
112
130
|
"Test if/else control flow compilation"
|
113
131
|
)
|
114
132
|
results.append(("Control Flow", control_result))
|
@@ -116,7 +134,11 @@ def main():
|
|
116
134
|
# Test function execution
|
117
135
|
function_result = run_test_suite(
|
118
136
|
"Function Execution Compilation",
|
119
|
-
|
137
|
+
[
|
138
|
+
sys.executable,
|
139
|
+
"-c",
|
140
|
+
"from minecraft_datapack_language.mdl_parser import MDLParser; from minecraft_datapack_language.mdl_compiler import MDLCompiler; import tempfile; from pathlib import Path; source = '''pack \"test\" \"Test pack\" 82; namespace \"test\"; function test:helper<@s> { say \"Helper function!\"; } function test:main<@s> { exec test:helper<@s>; }'''; parser = MDLParser(); ast = parser.parse(source); compiler = MDLCompiler('temp_output'); compiler.compile(ast); print('Function execution compilation successful')",
|
141
|
+
],
|
120
142
|
"Test function execution with scopes"
|
121
143
|
)
|
122
144
|
results.append(("Function Execution", function_result))
|
@@ -125,7 +147,11 @@ def main():
|
|
125
147
|
print("\nTesting Python bindings...")
|
126
148
|
api_result = run_test_suite(
|
127
149
|
"Python Bindings Basic",
|
128
|
-
|
150
|
+
[
|
151
|
+
sys.executable,
|
152
|
+
"-c",
|
153
|
+
"from minecraft_datapack_language import Pack; import tempfile, shutil; from pathlib import Path; td=tempfile.mkdtemp(); p=Pack('Test','Test pack',82); ns=p.namespace('test'); ns.function('hello','say Hello World!'); p.build(td); output=Path(td)/'data'/'test'/'function'/'hello.mcfunction'; assert output.exists(); print('Python API test successful'); shutil.rmtree(td)",
|
154
|
+
],
|
129
155
|
"Test basic Python bindings functionality"
|
130
156
|
)
|
131
157
|
results.append(("Python Bindings", api_result))
|
@@ -134,7 +160,7 @@ def main():
|
|
134
160
|
print("\nTesting CLI...")
|
135
161
|
cli_result = run_test_suite(
|
136
162
|
"CLI Help",
|
137
|
-
"
|
163
|
+
[sys.executable, "-m", "minecraft_datapack_language.cli", "--help"],
|
138
164
|
"Test CLI help command"
|
139
165
|
)
|
140
166
|
results.append(("CLI Help", cli_result))
|
{minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.cursor/rules/aispec.mdc
RENAMED
File without changes
|
File without changes
|
{minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.github/workflows/ci.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.tmp_compile_bwe.py
RENAMED
File without changes
|
{minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.tmp_compile_bwe2.py
RENAMED
File without changes
|
{minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.tmp_compile_bwe3.py
RENAMED
File without changes
|
{minecraft_datapack_language-16.0.13 → minecraft_datapack_language-16.0.14}/.tmp_verify_loops.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|