.gitignore
CONDITIONALS_IMPLEMENTATION.md
CORE_FEATURES_GUIDE.md
DEVELOPMENT.md
LICENSE
MDL_AI_SPEC_SHEET.md
MDL_LANGUAGE_SPEC.md
Makefile
README.md
other.mdl
pyproject.toml
test.mdl
test1.mdl
test1_dist.zip
test2.mdl
test2_FINAL_WORKING.zip
test2_debug.zip
test2_dist_fina_test.zip
test2_dist_final_test.zip
test2_final_optimized.zip
test2_optimized.zip
test2_optimized_final.zip
test2_optimized_final_v2.zip
test3.mdl
test3_final_fixed.zip
test3_fixed.zip
test3_v11.zip
test5.mdl
test5_debug.zip
test5_fixed.zip
./minecraft_datapack_language/__init__.py
./minecraft_datapack_language/_version.py
./minecraft_datapack_language/cli.py
./minecraft_datapack_language/dir_map.py
./minecraft_datapack_language/expression_processor.py
./minecraft_datapack_language/linter.py
./minecraft_datapack_language/mdl_lexer_js.py
./minecraft_datapack_language/mdl_linter.py
./minecraft_datapack_language/mdl_parser_js.py
./minecraft_datapack_language/pack.py
./minecraft_datapack_language/utils.py
.cursor/rules/aispec.mdc
.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/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/expression_processor.py
minecraft_datapack_language/linter.py
minecraft_datapack_language/mdl_lexer_js.py
minecraft_datapack_language/mdl_linter.py
minecraft_datapack_language/mdl_parser_js.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/requires.txt
minecraft_datapack_language.egg-info/top_level.txt
my_awesome_pack/README.md
my_awesome_pack/minecraft_datapack_language.mdl
scripts/bootstrap.ps1
scripts/bootstrap.sh
scripts/build_pkg.ps1
scripts/build_pkg.sh
scripts/dev_build.ps1
scripts/dev_build.sh
scripts/dev_setup.ps1
scripts/dev_setup.sh
scripts/release.sh
scripts/test_cli.ps1
scripts/test_cli.sh
scripts/test_dev.ps1
scripts/test_dev.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
test2_FINAL_WORKING/pack.mcmeta
test2_FINAL_WORKING/data/minecraft/tags/function/load.json
test2_FINAL_WORKING/data/minecraft/tags/function/tick.json
test2_FINAL_WORKING/data/test2/function/helper.mcfunction
test2_FINAL_WORKING/data/test2/function/load.mcfunction
test2_FINAL_WORKING/data/test2/function/main.mcfunction
test2_FINAL_WORKING/data/test2/function/test2_main_else_3.mcfunction
test2_FINAL_WORKING/data/test2/function/test2_main_if_3.mcfunction
test2_FINAL_WORKING/data/test2/function/test2_main_if_6.mcfunction
test2_FINAL_WORKING/data/test2/function/test2_main_if_end_3.mcfunction
test2_FINAL_WORKING/data/test2/function/test2_main_if_end_6.mcfunction
test2_FINAL_WORKING/data/test2/function/test2_main_while_4.mcfunction
test2_FINAL_WORKING/data/test2/function/test2_main_while_5.mcfunction
test2_debug/pack.mcmeta
test2_debug/data/minecraft/tags/function/load.json
test2_debug/data/minecraft/tags/function/tick.json
test2_debug/data/test2/function/helper.mcfunction
test2_debug/data/test2/function/load.mcfunction
test2_debug/data/test2/function/main.mcfunction
test2_debug/data/test2/function/test2_main_else_3.mcfunction
test2_debug/data/test2/function/test2_main_if_3.mcfunction
test2_debug/data/test2/function/test2_main_if_6.mcfunction
test2_debug/data/test2/function/test2_main_if_end_3.mcfunction
test2_debug/data/test2/function/test2_main_if_end_6.mcfunction
test2_debug/data/test2/function/test2_main_while_4.mcfunction
test2_debug/data/test2/function/test2_main_while_5.mcfunction
test2_final_optimized/pack.mcmeta
test2_final_optimized/data/minecraft/tags/function/load.json
test2_final_optimized/data/minecraft/tags/function/tick.json
test2_final_optimized/data/test2/function/helper.mcfunction
test2_final_optimized/data/test2/function/load.mcfunction
test2_final_optimized/data/test2/function/main.mcfunction
test2_final_optimized/data/test2/function/test2_main_else_3.mcfunction
test2_final_optimized/data/test2/function/test2_main_if_3.mcfunction
test2_final_optimized/data/test2/function/test2_main_if_6.mcfunction
test2_final_optimized/data/test2/function/test2_main_if_end_3.mcfunction
test2_final_optimized/data/test2/function/test2_main_if_end_6.mcfunction
test2_final_optimized/data/test2/function/test2_main_while_4.mcfunction
test2_final_optimized/data/test2/function/test2_main_while_5.mcfunction
test2_optimized/pack.mcmeta
test2_optimized/data/minecraft/tags/function/load.json
test2_optimized/data/minecraft/tags/function/tick.json
test2_optimized/data/test2/function/helper.mcfunction
test2_optimized/data/test2/function/load.mcfunction
test2_optimized/data/test2/function/main.mcfunction
test2_optimized/data/test2/function/test2_main_else_3.mcfunction
test2_optimized/data/test2/function/test2_main_if_3.mcfunction
test2_optimized/data/test2/function/test2_main_if_6.mcfunction
test2_optimized/data/test2/function/test2_main_if_end_3.mcfunction
test2_optimized/data/test2/function/test2_main_if_end_6.mcfunction
test2_optimized/data/test2/function/test2_main_while_4.mcfunction
test2_optimized/data/test2/function/test2_main_while_5.mcfunction
test2_optimized_final/pack.mcmeta
test2_optimized_final/data/minecraft/tags/function/load.json
test2_optimized_final/data/minecraft/tags/function/tick.json
test2_optimized_final/data/test2/function/helper.mcfunction
test2_optimized_final/data/test2/function/load.mcfunction
test2_optimized_final/data/test2/function/main.mcfunction
test2_optimized_final/data/test2/function/test2_main_else_3.mcfunction
test2_optimized_final/data/test2/function/test2_main_if_3.mcfunction
test2_optimized_final/data/test2/function/test2_main_if_6.mcfunction
test2_optimized_final/data/test2/function/test2_main_if_end_3.mcfunction
test2_optimized_final/data/test2/function/test2_main_if_end_6.mcfunction
test2_optimized_final/data/test2/function/test2_main_while_4.mcfunction
test2_optimized_final/data/test2/function/test2_main_while_5.mcfunction
test2_optimized_final_v2/pack.mcmeta
test2_optimized_final_v2/data/minecraft/tags/function/load.json
test2_optimized_final_v2/data/minecraft/tags/function/tick.json
test2_optimized_final_v2/data/test2/function/helper.mcfunction
test2_optimized_final_v2/data/test2/function/load.mcfunction
test2_optimized_final_v2/data/test2/function/main.mcfunction
test2_optimized_final_v2/data/test2/function/test2_main_else_3.mcfunction
test2_optimized_final_v2/data/test2/function/test2_main_if_3.mcfunction
test2_optimized_final_v2/data/test2/function/test2_main_if_6.mcfunction
test2_optimized_final_v2/data/test2/function/test2_main_if_end_3.mcfunction
test2_optimized_final_v2/data/test2/function/test2_main_if_end_6.mcfunction
test2_optimized_final_v2/data/test2/function/test2_main_while_4.mcfunction
test2_optimized_final_v2/data/test2/function/test2_main_while_5.mcfunction
test3_final_fixed/pack.mcmeta
test3_final_fixed/data/minecraft/tags/function/load.json
test3_final_fixed/data/minecraft/tags/function/tick.json
test3_final_fixed/data/test3/function/load.mcfunction
test3_final_fixed/data/test3/function/main.mcfunction
test3_fixed/pack.mcmeta
test3_fixed/data/minecraft/tags/function/load.json
test3_fixed/data/minecraft/tags/function/tick.json
test3_fixed/data/test3/function/load.mcfunction
test3_fixed/data/test3/function/main.mcfunction
test3_v11/pack.mcmeta
test3_v11/data/minecraft/tags/function/tick.json
test3_v11/data/test3/function/load.mcfunction
test3_v11/data/test3/function/main.mcfunction
test5_debug/pack.mcmeta
test5_debug/data/minecraft/tags/function/tick.json
test5_debug/data/test5/function/helper.mcfunction
test5_debug/data/test5/function/load.mcfunction
test5_debug/data/test5/function/main.mcfunction
test5_debug/data/test5/function/test5_main_else_3.mcfunction
test5_debug/data/test5/function/test5_main_if_3.mcfunction
test5_debug/data/test5/function/test5_main_if_6.mcfunction
test5_debug/data/test5/function/test5_main_if_end_3.mcfunction
test5_debug/data/test5/function/test5_main_if_end_6.mcfunction
test5_debug/data/test5/function/test5_main_while_4.mcfunction
test5_debug/data/test5/function/test5_main_while_5.mcfunction
test5_fixed/pack.mcmeta
test5_fixed/data/minecraft/tags/function/load.json
test5_fixed/data/minecraft/tags/function/tick.json
test5_fixed/data/test5/function/helper.mcfunction
test5_fixed/data/test5/function/load.mcfunction
test5_fixed/data/test5/function/main.mcfunction
test5_fixed/data/test5/function/test5_main_else_3.mcfunction
test5_fixed/data/test5/function/test5_main_if_3.mcfunction
test5_fixed/data/test5/function/test5_main_if_6.mcfunction
test5_fixed/data/test5/function/test5_main_if_end_3.mcfunction
test5_fixed/data/test5/function/test5_main_if_end_6.mcfunction
test5_fixed/data/test5/function/test5_main_while_4.mcfunction
test5_fixed/data/test5/function/test5_main_while_5.mcfunction
test_examples/README.md
test_examples/adventure_pack.mdl
test_examples/conditionals.mdl
test_examples/dist.zip
test_examples/dist_for_test.zip
test_examples/error_handling.mdl
test_examples/hello_world.mdl
test_examples/loops.mdl
test_examples/namespaces.mdl
test_examples/pack_format_43_example.mdl
test_examples/pack_format_45_example.mdl
test_examples/pre_82_example.mdl
test_examples/run_all_tests.py
test_examples/simple_control.mdl
test_examples/variables.mdl
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