.gitignore
CONDITIONALS_IMPLEMENTATION.md
LICENSE
Makefile
README.md
complete_example.mdl
debug_full_file.py
debug_parser.py
debug_tokens.py
example_multi_file.py
example_pack.py
example_variable_storage.mdl
pyproject.toml
sample.mdl
show_translation.py
tatus --porcelain
test_all_final.py
test_build.py
test_cli_multi_file.py
test_commands.py
test_complete_language.mdl
test_complete_language_parser.py
test_complete_system.mdl
test_complete_system_parser.py
test_comprehensive_nested.mdl
test_comprehensive_parser.py
test_comprehensive_pipeline.py
test_comprehensive_suite.py
test_deep_nesting_simple.py
test_deepest_nesting.py
test_e2e_comprehensive.py
test_extreme_nesting.py
test_js_parser.py
test_loop_processing.py
test_minimal_try_catch.mdl
test_minimal_try_catch.py
test_minimal_try_catch_parser.py
test_module.mdl
test_multi_file_pack.py
test_nested_control.py
test_new_parser.py
test_parser_directly.py
test_processing.py
test_regression.py
test_simple_complete.mdl
test_simple_complete_parser.py
test_simple_for.mdl
test_simple_js.py
test_simple_weapon_effects.mdl
test_simple_weapon_parser.py
test_variables.mdl
test_variables_parser.py
test_weapon_effects.mdl
./minecraft_datapack_language/__init__.py
./minecraft_datapack_language/_version.py
./minecraft_datapack_language/cli.py
./minecraft_datapack_language/dir_map.py
./minecraft_datapack_language/mdl_lexer.py
./minecraft_datapack_language/mdl_lexer_js.py
./minecraft_datapack_language/mdl_parser.py
./minecraft_datapack_language/mdl_parser_js.py
./minecraft_datapack_language/mdl_parser_new.py
./minecraft_datapack_language/mdl_parsley_grammar.py
./minecraft_datapack_language/pack.py
./minecraft_datapack_language/utils.py
.github/actions/mdl-compile/action.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
.github/workflows/release.yml
.github/workflows/test-examples.yml
docs/404.html
docs/Gemfile
docs/README.md
docs/_config.yml
docs/docs.md
docs/downloads.md
docs/index.md
docs/_docs/cli-reference.md
docs/_docs/contributing.md
docs/_docs/examples.md
docs/_docs/getting-started.md
docs/_docs/language-reference.md
docs/_docs/legacy-examples.md
docs/_docs/legacy-mdl-language.md
docs/_docs/migration-guide.md
docs/_docs/multi-file-projects.md
docs/_docs/python-api.md
docs/_docs/vscode-extension.md
docs/_includes/head-custom.html
docs/_includes/navigation.html
docs/_layouts/default.html
docs/_layouts/page.html
docs/_plugins/test_version.rb
docs/_plugins/version_reader.rb
docs/icons/favicon-16.png
docs/icons/favicon-32.png
docs/icons/favicon-48.png
docs/icons/favicon-64.png
docs/icons/icon-1024.png
docs/icons/icon-128.png
docs/icons/icon-256.png
docs/icons/icon-512.png
docs/icons/icon-64.png
icons/favicon-16.png
icons/favicon-32.png
icons/favicon-48.png
icons/favicon-64.png
icons/icon-1024.png
icons/icon-128.png
icons/icon-256.png
icons/icon-512.png
icons/icon-64.png
minecraft_datapack_language/__init__.py
minecraft_datapack_language/cli.py
minecraft_datapack_language/dir_map.py
minecraft_datapack_language/mdl_lexer.py
minecraft_datapack_language/mdl_lexer_js.py
minecraft_datapack_language/mdl_parser.py
minecraft_datapack_language/mdl_parser_js.py
minecraft_datapack_language/mdl_parser_new.py
minecraft_datapack_language/mdl_parsley_grammar.py
minecraft_datapack_language/pack.py
minecraft_datapack_language/utils.py
minecraft_datapack_language.egg-info/PKG-INFO
minecraft_datapack_language.egg-info/SOURCES.txt
minecraft_datapack_language.egg-info/dependency_links.txt
minecraft_datapack_language.egg-info/entry_points.txt
minecraft_datapack_language.egg-info/top_level.txt
minecraft_datapack_language/__pycache__/__init__.cpython-311.pyc
minecraft_datapack_language/__pycache__/cli.cpython-311.pyc
minecraft_datapack_language/__pycache__/dir_map.cpython-311.pyc
minecraft_datapack_language/__pycache__/mdl_parser.cpython-311.pyc
minecraft_datapack_language/__pycache__/pack.cpython-311.pyc
minecraft_datapack_language/__pycache__/utils.cpython-311.pyc
scripts/bootstrap.ps1
scripts/bootstrap.sh
scripts/build_pkg.ps1
scripts/build_pkg.sh
scripts/release.sh
scripts/test_cli.ps1
scripts/test_cli.sh
scripts/update_docs.sh
scripts/git-bash/bootstrap-gitbash.sh
scripts/git-bash/build_pkg-gitbash.sh
scripts/git-bash/test_cli-gitbash.sh
test_examples/README.md
test_examples/adventure_pack.mdl
test_examples/adventure_pack.py
test_examples/combat_system.mdl
test_examples/combat_system.py
test_examples/commands.mdl
test_examples/commands.py
test_examples/conditionals.mdl
test_examples/conditionals.py
test_examples/control_flow_demo.mdl
test_examples/hello_world.mdl
test_examples/hello_world.py
test_examples/loops.mdl
test_examples/loops.py
test_examples/pack_format_82.mdl
test_examples/particles.mdl
test_examples/particles.py
test_examples/run_all_tests.py
test_examples/ui_system.mdl
test_examples/ui_system.py
test_examples/variables_demo.mdl
test_examples/adventure_pack/core.mdl
test_examples/adventure_pack/combat/armor.mdl
test_examples/adventure_pack/combat/weapons.mdl
test_examples/adventure_pack/data/tags.mdl
test_examples/adventure_pack/ui/hud.mdl
test_loops_output/test.zip
test_loops_output/test/pack.mcmeta
test_loops_output/test/data/minecraft/tags/function/tick.json
test_loops_output/test/data/test/function/complex_for.mcfunction
test_loops_output/test/data/test/function/complex_for_else.mcfunction
test_loops_output/test/data/test/function/complex_for_for_1.mcfunction
test_loops_output/test/data/test/function/complex_for_for_control_1.mcfunction
test_loops_output/test/data/test/function/entity_for.mcfunction
test_loops_output/test/data/test/function/entity_for_for_2.mcfunction
test_loops_output/test/data/test/function/entity_for_for_control_2.mcfunction
test_loops_output/test/data/test/function/entity_while.mcfunction
test_loops_output/test/data/test/function/entity_while_while_1.mcfunction
test_loops_output/test/data/test/function/entity_while_while_control_1.mcfunction
test_loops_output/test/data/test/function/item_for.mcfunction
test_loops_output/test/data/test/function/item_for_for_2.mcfunction
test_loops_output/test/data/test/function/item_for_for_control_2.mcfunction
test_loops_output/test/data/test/function/mixed_control.mcfunction
test_loops_output/test/data/test/function/mixed_control_else.mcfunction
test_loops_output/test/data/test/function/mixed_control_for_3.mcfunction
test_loops_output/test/data/test/function/mixed_control_for_control_3.mcfunction
test_loops_output/test/data/test/function/mixed_control_if_1.mcfunction
test_loops_output/test/data/test/function/mixed_control_while_2.mcfunction
test_loops_output/test/data/test/function/mixed_control_while_control_2.mcfunction
test_loops_output/test/data/test/function/nested_loops.mcfunction
test_loops_output/test/data/test/function/nested_loops_while_2.mcfunction
test_loops_output/test/data/test/function/nested_loops_while_3.mcfunction
test_loops_output/test/data/test/function/nested_loops_while_control_2.mcfunction
test_loops_output/test/data/test/function/nested_loops_while_control_3.mcfunction
test_loops_output/test/data/test/function/scoreboard_while.mcfunction
test_loops_output/test/data/test/function/scoreboard_while_while_3.mcfunction
test_loops_output/test/data/test/function/scoreboard_while_while_control_3.mcfunction
test_loops_output/test/data/test/function/simple_while.mcfunction
test_loops_output/test/data/test/function/simple_while_while_2.mcfunction
test_loops_output/test/data/test/function/simple_while_while_control_2.mcfunction
test_pack_format_82/test.zip
test_pack_format_82/test/pack.mcmeta
test_pack_format_82/test/data/minecraft/tags/function/load.json
test_pack_format_82/test/data/test/function/hello.mcfunction
test_simple_for_output/test.zip
test_simple_for_output/test/pack.mcmeta
test_simple_for_output/test/data/minecraft/tags/function/tick.json
test_simple_for_output/test/data/test/function/simple_for.mcfunction
test_simple_for_output/test/data/test/function/simple_for_for_0.mcfunction
test_simple_for_output/test/data/test/function/simple_for_for_control_0.mcfunction
test_weapon_effects_fixed_output/example.zip
test_weapon_effects_fixed_output/example/pack.mcmeta
test_weapon_effects_fixed_output/example/data/example/function/globalweaponeffects.mcfunction
test_weapon_effects_fixed_output/example/data/example/function/globalweaponeffects_elif_2.mcfunction
test_weapon_effects_fixed_output/example/data/example/function/globalweaponeffects_elif_3.mcfunction
test_weapon_effects_fixed_output/example/data/example/function/globalweaponeffects_elif_4.mcfunction
test_weapon_effects_fixed_output/example/data/example/function/globalweaponeffects_elif_5.mcfunction
test_weapon_effects_fixed_output/example/data/example/function/globalweaponeffects_for_0.mcfunction
test_weapon_effects_fixed_output/example/data/example/function/globalweaponeffects_for_control_0.mcfunction
test_weapon_effects_fixed_output/example/data/example/function/globalweaponeffects_if_1.mcfunction
test_weapon_effects_fixed_output/example/data/example/tags/block/glassy.json
test_weapon_effects_fixed_output/example/data/example/tags/item/swords.json
test_weapon_effects_fixed_output/example/data/minecraft/tags/function/tick.json
test_weapon_effects_output/example.zip
test_weapon_effects_output/example/pack.mcmeta
test_weapon_effects_output/example/data/example/function/globalweaponeffects.mcfunction
test_weapon_effects_output/example/data/example/function/globalweaponeffects_elif_2.mcfunction
test_weapon_effects_output/example/data/example/function/globalweaponeffects_elif_3.mcfunction
test_weapon_effects_output/example/data/example/function/globalweaponeffects_elif_4.mcfunction
test_weapon_effects_output/example/data/example/function/globalweaponeffects_elif_5.mcfunction
test_weapon_effects_output/example/data/example/function/globalweaponeffects_for_0.mcfunction
test_weapon_effects_output/example/data/example/function/globalweaponeffects_for_control_0.mcfunction
test_weapon_effects_output/example/data/example/function/globalweaponeffects_if_1.mcfunction
test_weapon_effects_output/example/data/example/tags/block/glassy.json
test_weapon_effects_output/example/data/example/tags/item/swords.json
test_weapon_effects_output/example/data/minecraft/tags/function/tick.json
tools/smoke_test.py
vscode-extension/README.md
vscode-extension/language-configuration.json
vscode-extension/package.json
vscode-extension/tsconfig.json
vscode-extension/icons/favicon-16.png
vscode-extension/icons/favicon-32.png
vscode-extension/icons/favicon-48.png
vscode-extension/icons/favicon-64.png
vscode-extension/icons/icon-1024.png
vscode-extension/icons/icon-128.png
vscode-extension/icons/icon-256.png
vscode-extension/icons/icon-512.png
vscode-extension/snippets/mdl.json
vscode-extension/src/extension.ts
vscode-extension/syntaxes/mdl.tmLanguage.json