.gitignore
CONDITIONALS_IMPLEMENTATION.md
LICENSE
Makefile
README.md
complete_example.mdl
debug_ast_structure.py
debug_build.py
debug_commands.py
debug_commands_list.py
debug_control_flow.py
debug_detailed.py
debug_full_file.py
debug_full_process.py
debug_list_ops.py
debug_list_tokens.py
debug_parser.py
debug_parser_list.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_cli_debug.py
test_complete_language.mdl
test_complete_system.mdl
test_comprehensive.py
test_comprehensive_nested.mdl
test_fix.py
test_list_operations.mdl
test_lists.mdl
test_minimal_try_catch.mdl
test_module.mdl
test_simple.py
test_simple_complete.mdl
test_simple_for.mdl
test_simple_lists.mdl
test_simple_weapon_effects.mdl
test_variables.mdl
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
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_broken/mypack.mdl
test_docs/mypack.mdl
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_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_sample/mypack.mdl
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