LICENSE
README.md
pyproject.toml
setup.cfg
src/marple/__init__.py
src/marple/arraymodel.py
src/marple/backend.py
src/marple/cells.py
src/marple/errors.py
src/marple/formatting.py
src/marple/functions.py
src/marple/glyphs.py
src/marple/interpreter.py
src/marple/namespace.py
src/marple/parser.py
src/marple/repl.py
src/marple/script.py
src/marple/structural.py
src/marple/terminal.py
src/marple/tokenizer.py
src/marple/workspace.py
src/marple/stdlib/__init__.py
src/marple/stdlib/io_impl.py
src/marple/stdlib/str_impl.py
src/marple/stdlib/io/nread.apl
src/marple/stdlib/io/nwrite.apl
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/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_assignment.py
tests/test_backend.py
tests/test_cells.py
tests/test_ct.py
tests/test_dfns.py
tests/test_display.py
tests/test_ea.py
tests/test_eval_order.py
tests/test_extended_functions.py
tests/test_from.py
tests/test_functions.py
tests/test_glyphs.py
tests/test_ibeam.py
tests/test_indexing.py
tests/test_integration.py
tests/test_interpreter.py
tests/test_match.py
tests/test_matrices.py
tests/test_matrix_ops.py
tests/test_name_table.py
tests/test_namespaces.py
tests/test_numeric_types.py
tests/test_operators.py
tests/test_parser.py
tests/test_phase4_remaining.py
tests/test_products.py
tests/test_random.py
tests/test_rank.py
tests/test_script.py
tests/test_statement_separator.py
tests/test_structural.py
tests/test_sysvar.py
tests/test_tokenizer.py
tests/test_workspace.py
tests/test_workspace_chars.py