.gitignore
CONDITIONALS_IMPLEMENTATION.md
CORE_FEATURES_GUIDE.md
DEVELOPMENT.md
LICENSE
MDL_AI_SPEC_SHEET.md
MDL_LANGUAGE_SPEC.md
Makefile
README.md
debug_build.py
debug_conditionals.py
debug_expression.py
debug_lexer.py
debug_parser.py
debug_parser_detailed.py
debug_scoreboard.py
debug_simple.py
pyproject.toml
test_conditionals_copy.mdl
test_conditionals_fix.mdl
test_conversion.py
test_debug_if.mdl
test_fibonacci_fix.mdl
test_fresh_conditionals.mdl
test_list_simple.mdl
test_minimal_conditionals.mdl
test_native_syntax.mdl
test_simple_condition.mdl
test_simple_if.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/expression_processor.py
./minecraft_datapack_language/linter.py
./minecraft_datapack_language/mdl_lexer_js.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_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
test_clean_project/README.md
test_clean_project/minecraft_datapack_language.mdl
test_conditionals_final/pack.mcmeta
test_conditionals_final/data/minecraft/tags/function/tick.json
test_conditionals_final/data/test/function/main.mcfunction
test_else_if_final/pack.mcmeta
test_else_if_final/data/minecraft/tags/function/tick.json
test_else_if_final/data/test/function/main.mcfunction
test_examples/README.md
test_examples/adventure_pack.mdl
test_examples/conditionals.mdl
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
test_final_check/README.md
test_final_check/test_final_check.mdl
test_fixed_pack/README.md
test_fixed_pack/dist.zip
test_fixed_pack/test_fixed_pack.mdl
test_manual_check/README.md
test_manual_check/test_manual_check.mdl
test_new_pack/README.md
test_new_pack/test_new_pack.mdl
test_output/mdl.zip
test_output/data/test_new_pack/function/load.mcfunction
test_output/mdl/pack.mcmeta
test_output/mdl/data/example/function/hello.mcfunction
test_output/mdl/data/mdl/function/garbage_collect.mcfunction
test_output/mdl/data/minecraft/tags/function/load.json
test_output_conditionals/mdl.zip
test_output_conditionals/mdl/pack.mcmeta
test_output_conditionals/mdl/data/mdl/function/garbage_collect.mcfunction
test_output_conditionals/mdl/data/minecraft/tags/function/tick.json
test_output_conditionals/mdl/data/test/function/conditional_demo.mcfunction
test_output_conditionals_converted/mdl.zip
test_output_conditionals_converted/mdl/pack.mcmeta
test_output_conditionals_converted/mdl/data/mdl/function/garbage_collect.mcfunction
test_output_conditionals_converted/mdl/data/minecraft/tags/function/tick.json
test_output_conditionals_converted/mdl/data/test/function/conditional_demo.mcfunction
test_output_conditionals_final/mdl.zip
test_output_conditionals_final/mdl/pack.mcmeta
test_output_conditionals_final/mdl/data/mdl/function/garbage_collect.mcfunction
test_output_conditionals_final/mdl/data/minecraft/tags/function/tick.json
test_output_conditionals_final/mdl/data/test/function/conditional_demo.mcfunction
test_output_conditionals_fixed/mdl.zip
test_output_conditionals_fixed/mdl/pack.mcmeta
test_output_conditionals_fixed/mdl/data/mdl/function/garbage_collect.mcfunction
test_output_conditionals_fixed/mdl/data/minecraft/tags/function/tick.json
test_output_conditionals_fixed/mdl/data/test/function/conditional_demo.mcfunction
test_output_conditionals_manual/pack.mcmeta
test_output_conditionals_manual/data/minecraft/tags/function/tick.json
test_output_conditionals_manual/data/test/function/main.mcfunction
test_output_debug_if/pack.mcmeta
test_output_debug_if/data/minecraft/tags/function/tick.json
test_output_debug_if/data/test/function/main.mcfunction
test_output_final_check/pack.mcmeta
test_output_final_check/data/minecraft/tags/function/tick.json
test_output_final_check/data/test_final_check/function/helper.mcfunction
test_output_final_check/data/test_final_check/function/main.mcfunction
test_output_fix/mdl.zip
test_output_fix/mdl/pack.mcmeta
test_output_fix/mdl/data/mdl/function/garbage_collect.mcfunction
test_output_fix/mdl/data/minecraft/tags/function/tick.json
test_output_fix/mdl/data/test/function/fibonacci.mcfunction
test_output_format_43/pack.mcmeta
test_output_format_43/data/example/functions/helper.mcfunction
test_output_format_43/data/example/functions/main.mcfunction
test_output_format_43/data/minecraft/tags/functions/tick.json
test_output_format_43_final/pack.mcmeta
test_output_format_43_final/data/example/functions/helper.mcfunction
test_output_format_43_final/data/example/functions/main.mcfunction
test_output_format_43_final/data/minecraft/tags/functions/tick.json
test_output_format_43_manual/pack.mcmeta
test_output_format_43_manual/data/example/functions/helper.mcfunction
test_output_format_43_manual/data/example/functions/main.mcfunction
test_output_format_43_manual/data/minecraft/tags/functions/tick.json
test_output_format_45/pack.mcmeta
test_output_format_45/data/example/function/helper.mcfunction
test_output_format_45/data/example/function/main.mcfunction
test_output_format_45/data/minecraft/tags/function/tick.json
test_output_format_45_final/pack.mcmeta
test_output_format_45_final/data/example/function/helper.mcfunction
test_output_format_45_final/data/example/function/main.mcfunction
test_output_format_45_final/data/minecraft/tags/function/tick.json
test_output_format_45_manual/pack.mcmeta
test_output_format_45_manual/data/example/function/helper.mcfunction
test_output_format_45_manual/data/example/function/main.mcfunction
test_output_format_45_manual/data/minecraft/tags/function/tick.json
test_output_format_82/pack.mcmeta
test_output_format_82/data/minecraft/tags/function/tick.json
test_output_format_82/data/test/function/helper.mcfunction
test_output_format_82/data/test/function/main.mcfunction
test_output_format_82_final/pack.mcmeta
test_output_format_82_final/data/minecraft/tags/function/tick.json
test_output_format_82_final/data/test/function/helper.mcfunction
test_output_format_82_final/data/test/function/main.mcfunction
test_output_format_82_manual/pack.mcmeta
test_output_format_82_manual/data/minecraft/tags/function/tick.json
test_output_format_82_manual/data/test/function/helper.mcfunction
test_output_format_82_manual/data/test/function/main.mcfunction
test_output_loops_manual/pack.mcmeta
test_output_loops_manual/data/minecraft/tags/function/tick.json
test_output_loops_manual/data/test/function/countdown.mcfunction
test_output_loops_manual/data/test/function/main.mcfunction
test_output_manual_check/pack.mcmeta
test_output_manual_check/data/minecraft/tags/function/tick.json
test_output_manual_check/data/test_manual_check/function/helper.mcfunction
test_output_manual_check/data/test_manual_check/function/main.mcfunction
test_output_native/mdl.zip
test_output_native/mdl/pack.mcmeta
test_output_native/mdl/data/mdl/function/garbage_collect.mcfunction
test_output_native/mdl/data/minecraft/tags/function/tick.json
test_output_native/mdl/data/test/function/native_conditional_demo.mcfunction
test_output_post_82/pack.mcmeta
test_output_post_82/data/minecraft/tags/function/tick.json
test_output_post_82/data/test/function/helper.mcfunction
test_output_post_82/data/test/function/main.mcfunction
test_output_pre_82/pack.mcmeta
test_output_pre_82/data/example/function/helper.mcfunction
test_output_pre_82/data/example/function/main.mcfunction
test_output_pre_82/data/minecraft/tags/function/tick.json
test_output_pre_82_debug/pack.mcmeta
test_output_pre_82_debug/data/example/function/helper.mcfunction
test_output_pre_82_debug/data/example/function/main.mcfunction
test_output_pre_82_debug/data/minecraft/tags/function/tick.json
test_output_pre_82_final/pack.mcmeta
test_output_pre_82_final/data/example/functions/helper.mcfunction
test_output_pre_82_final/data/example/functions/main.mcfunction
test_output_pre_82_final/data/minecraft/tags/functions/tick.json
test_output_pre_82_fixed/pack.mcmeta
test_output_pre_82_fixed/data/example/functions/helper.mcfunction
test_output_pre_82_fixed/data/example/functions/main.mcfunction
test_output_pre_82_fixed/data/minecraft/tags/functions/tick.json
test_output_pre_82_manual/pack.mcmeta
test_output_pre_82_manual/data/example/functions/helper.mcfunction
test_output_pre_82_manual/data/example/functions/main.mcfunction
test_output_pre_82_manual/data/minecraft/tags/functions/tick.json
test_output_simple/mdl.zip
test_output_simple/mdl/pack.mcmeta
test_output_simple/mdl/data/example/function/hello.mcfunction
test_output_simple/mdl/data/mdl/function/garbage_collect.mcfunction
test_output_simple/mdl/data/minecraft/tags/function/load.json
test_output_simple_condition/pack.mcmeta
test_output_simple_condition/data/minecraft/tags/function/tick.json
test_output_simple_condition/data/test/function/main.mcfunction
test_output_simple_control/mdl.zip
test_output_simple_control/mdl/pack.mcmeta
test_output_simple_control/mdl/data/mdl/function/garbage_collect.mcfunction
test_output_simple_control/mdl/data/minecraft/tags/function/tick.json
test_output_simple_control/mdl/data/test/function/_global_vars.mcfunction
test_output_simple_control/mdl/data/test/function/helper.mcfunction
test_output_simple_control/mdl/data/test/function/main.mcfunction
test_output_simple_control_beta/data/minecraft/tags/functions/tick.json
test_output_simple_control_beta/data/test/functions/helper.mcfunction
test_output_simple_control_beta/data/test/functions/main.mcfunction
test_output_simple_control_final/data/minecraft/tags/functions/tick.json
test_output_simple_control_final/data/test/functions/helper.mcfunction
test_output_simple_control_final/data/test/functions/main.mcfunction
test_output_simple_if/pack.mcmeta
test_output_simple_if/data/minecraft/tags/function/tick.json
test_output_simple_if/data/test/function/main.mcfunction
test_output_simplified_features/pack.mcmeta
test_output_simplified_features/data/minecraft/tags/functions/tick.json
test_output_simplified_features/data/test_simplified_features/functions/helper.mcfunction
test_output_simplified_features/data/test_simplified_features/functions/main.mcfunction
test_output_simplified_features_beta/pack.mcmeta
test_output_simplified_features_beta/data/minecraft/tags/functions/tick.json
test_output_simplified_features_beta/data/test_simplified_features/functions/helper.mcfunction
test_output_simplified_features_beta/data/test_simplified_features/functions/main.mcfunction
test_output_variables_manual/pack.mcmeta
test_output_variables_manual/data/minecraft/tags/function/tick.json
test_output_variables_manual/data/test/function/main.mcfunction
test_output_windows_line_endings/pack.mcmeta
test_output_windows_line_endings/data/minecraft/tags/function/tick.json
test_output_windows_line_endings/data/test/function/main.mcfunction
test_pack_formats/README.md
test_pack_formats/test_pack_formats.mdl
test_pack_formats_output/pack.mcmeta
test_pack_formats_output/data/minecraft/tags/function/tick.json
test_pack_formats_output/data/test_pack_formats/function/helper.mcfunction
test_pack_formats_output/data/test_pack_formats/function/main.mcfunction
test_simplified/README.md
test_simplified/test_simplified.mdl
test_simplified_features/README.md
test_simplified_features/test_simplified_features.mdl
test_variables_final/pack.mcmeta
test_variables_final/data/minecraft/tags/function/tick.json
test_variables_final/data/test/function/main.mcfunction
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