CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
examples/ai_app.hm
examples/android_gui.hm
examples/async_tasks.hm
examples/conditionals.hm
examples/desktop_gui.hm
examples/fibonacci.hm
examples/gui_helpers.hm
examples/hello_world.hm
examples/import_test.hm
examples/kivy_helpers.hm
examples/lambda_comprehension_test.hm
examples/loops.hm
examples/multiplication.hm
examples/mymodule.hm
examples/native_android_hello.hm
examples/native_desktop_gui.hm
examples/native_hello.hm
examples/numby.hm
examples/numby_test.hm
examples/prime_checker.hm
examples/production_web_app.hm
examples/scipy_test.hm
examples/slice_test.hm
examples/string_and_list_methods.hm
examples/syntax_highlight_test.hm
examples/variables.hm
examples/web_app.hm
human_language/LICENSE
human_language/README.md
human_language/__init__.py
human_language/__main__.py
human_language/android_native_compiler.py
human_language/android_packaging.py
human_language/ast_nodes.py
human_language/cli.py
human_language/compiler.py
human_language/gui_wrapper.py
human_language/interpreter.py
human_language/kivy_wrapper.py
human_language/lexer.py
human_language/lsp_server.py
human_language/native_compiler.py
human_language/native_compiler_full.py
human_language/native_packaging.py
human_language/package_manager.py
human_language/parser.py
human_language/pyinstaller_packaging.py
human_language/ui_wrapper.py
human_language/vm.py
human_language.egg-info/PKG-INFO
human_language.egg-info/SOURCES.txt
human_language.egg-info/dependency_links.txt
human_language.egg-info/entry_points.txt
human_language.egg-info/requires.txt
human_language.egg-info/top_level.txt
tests/test_config.py
tests/test_examples.py
tests/test_gui_wrapper.py
tests/test_imports.py
tests/test_native_compiler.py
tests/test_runtime_behavior.py
tests/test_stdlib.py
tests/test_vm.py