README.md
pyproject.toml
assets/generate_icons.py
ixx/__init__.py
ixx/__main__.py
ixx/_version.py
ixx/ast_nodes.py
ixx/build_ast.py
ixx/grammar.lark
ixx/interpreter.py
ixx/parser.py
ixx/preprocessor.py
ixx/update_check.py
ixx.egg-info/PKG-INFO
ixx.egg-info/SOURCES.txt
ixx.egg-info/dependency_links.txt
ixx.egg-info/entry_points.txt
ixx.egg-info/requires.txt
ixx.egg-info/top_level.txt
ixx/assets/__init__.py
ixx/assets/ixx-icon.ico
ixx/assets/try-it.ixx
ixx/shell/__init__.py
ixx/shell/aliases.py
ixx/shell/guidance.py
ixx/shell/paths.py
ixx/shell/registry.py
ixx/shell/renderer.py
ixx/shell/repl.py
ixx/shell/safety.py
ixx/shell/commands/__init__.py
ixx/shell/commands/demo_walk.py
ixx/shell/commands/files.py
ixx/shell/commands/hardware.py
ixx/shell/commands/network.py
ixx/shell/commands/setup.py
ixx/shell/commands/stubs.py
ixx/shell/commands/system.py
ixx/shell/platform/__init__.py
ixx/shell/platform/common.py
ixx/shell/platform/linux.py
ixx/shell/platform/macos.py
ixx/shell/platform/windows.py
tests/test_functions.py
tests/test_ixx.py
tests/test_normalization.py
tests/test_shell.py
tests/test_v030.py