LICENSE
README.md
pyproject.toml
setup.cfg
src/marple/__init__.py
src/marple/backend_functions.py
src/marple/cells.py
src/marple/dfn_binding.py
src/marple/dyadic_functions.py
src/marple/engine.py
src/marple/environment.py
src/marple/errors.py
src/marple/executor.py
src/marple/fmt.py
src/marple/formatting.py
src/marple/get_numpy.py
src/marple/glyphs.py
src/marple/monadic_functions.py
src/marple/namespace.py
src/marple/nodes.py
src/marple/numpy_array.py
src/marple/operator_binding.py
src/marple/parser.py
src/marple/repl.py
src/marple/script.py
src/marple/structural.py
src/marple/symbol_table.py
src/marple/system_commands.py
src/marple/terminal.py
src/marple/tokenizer.py
src/marple/workspace.py
src/marple/adapters/__init__.py
src/marple/adapters/buffered_console.py
src/marple/adapters/default_config.py
src/marple/adapters/desktop_config.py
src/marple/adapters/desktop_timer.py
src/marple/adapters/os_filesystem.py
src/marple/adapters/pico_config.py
src/marple/adapters/pico_console.py
src/marple/adapters/pico_timer.py
src/marple/adapters/presto_console.py
src/marple/adapters/pride_console.py
src/marple/adapters/terminal_console.py
src/marple/adapters/unix_char_source.py
src/marple/jupyter/__init__.py
src/marple/jupyter/__main__.py
src/marple/jupyter/html_render.py
src/marple/jupyter/install.py
src/marple/jupyter/kernel.py
src/marple/jupyter/resources/kernel.js
src/marple/jupyter/resources/kernel.json
src/marple/ports/__init__.py
src/marple/ports/char_source.py
src/marple/ports/config.py
src/marple/ports/console.py
src/marple/ports/filesystem.py
src/marple/ports/timer.py
src/marple/stdlib/__init__.py
src/marple/stdlib/str_impl.py
src/marple/stdlib/str/lower.apl
src/marple/stdlib/str/trim.apl
src/marple/stdlib/str/upper.apl
src/marple/web/__init__.py
src/marple/web/pico_bridge.py
src/marple/web/server.py
src/marple/web/static/desktop.html
src/marple/web/static/index.html
src/marple_lang.egg-info/PKG-INFO
src/marple_lang.egg-info/SOURCES.txt
src/marple_lang.egg-info/dependency_links.txt
src/marple_lang.egg-info/entry_points.txt
src/marple_lang.egg-info/requires.txt
src/marple_lang.egg-info/top_level.txt
tests/test_arraymodel.py
tests/test_backend.py
tests/test_cells.py
tests/test_dr_backend.py
tests/test_functions.py
tests/test_glyphs.py
tests/test_parser.py
tests/test_pico_compat.py
tests/test_script.py
tests/test_tokenizer.py