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/checker.py
ixx/grammar.lark
ixx/interpreter.py
ixx/modules.py
ixx/parser.py
ixx/preprocessor.py
ixx/showoff.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/runtime/__init__.py
ixx/runtime/environment.py
ixx/runtime/errors.py
ixx/runtime/values.py
ixx/runtime/builtins/__init__.py
ixx/runtime/builtins/color.py
ixx/runtime/builtins/core.py
ixx/runtime/builtins/files.py
ixx/runtime/builtins/lists.py
ixx/runtime/builtins/math.py
ixx/runtime/builtins/shell.py
ixx/runtime/builtins/text.py
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
ixx/stdlib/__init__.py
ixx/stdlib/date.ixx
ixx/stdlib/time.ixx
tests/test_functions.py
tests/test_ixx.py
tests/test_normalization.py
tests/test_shell.py
tests/test_v030.py