README.md
pyproject.toml
python/mathsys/__init__.py
python/mathsys/__main__.py
python/mathsys.egg-info/PKG-INFO
python/mathsys.egg-info/SOURCES.txt
python/mathsys.egg-info/dependency_links.txt
python/mathsys.egg-info/requires.txt
python/mathsys.egg-info/top_level.txt
python/mathsys/__pycache__/__init__.cpython-311.pyc
python/mathsys/__pycache__/__main__.cpython-311.pyc
python/mathsys/dev/__init__.py
python/mathsys/dev/py.typed
python/mathsys/dev/__pycache__/__init__.cpython-311.pyc
python/mathsys/dev/bin/main.rs
python/mathsys/dev/bin/context/_infinity.rs
python/mathsys/dev/bin/context/_number.rs
python/mathsys/dev/bin/context/_undefined.rs
python/mathsys/dev/bin/context/_variable.rs
python/mathsys/dev/bin/data/comment.rs
python/mathsys/dev/bin/data/debug.rs
python/mathsys/dev/bin/data/declaration.rs
python/mathsys/dev/bin/data/definition.rs
python/mathsys/dev/bin/data/equation.rs
python/mathsys/dev/bin/data/expression.rs
python/mathsys/dev/bin/data/factor.rs
python/mathsys/dev/bin/data/infinite.rs
python/mathsys/dev/bin/data/limit.rs
python/mathsys/dev/bin/data/nest.rs
python/mathsys/dev/bin/data/node.rs
python/mathsys/dev/bin/data/number.rs
python/mathsys/dev/bin/data/start.rs
python/mathsys/dev/bin/data/term.rs
python/mathsys/dev/bin/data/variable.rs
python/mathsys/dev/bin/data/vector.rs
python/mathsys/dev/bin/lib/allocator.rs
python/mathsys/dev/bin/lib/converter.rs
python/mathsys/dev/bin/lib/formatting.rs
python/mathsys/dev/bin/lib/runtime.rs
python/mathsys/dev/bin/lib/rustc.rs
python/mathsys/dev/bin/lib/stack.rs
python/mathsys/dev/bin/lib/stdout.rs
python/mathsys/dev/main/builder.py
python/mathsys/dev/main/ir.py
python/mathsys/dev/main/latex.py
python/mathsys/dev/main/parser.py
python/mathsys/dev/main/syntax.py
python/mathsys/dev/main/__pycache__/__init__.cpython-311.pyc
python/mathsys/dev/main/__pycache__/__init__.cpython-313.pyc
python/mathsys/dev/main/__pycache__/builder.cpython-311.pyc
python/mathsys/dev/main/__pycache__/generator.cpython-311.pyc
python/mathsys/dev/main/__pycache__/ir.cpython-311.pyc
python/mathsys/dev/main/__pycache__/ir.cpython-313.pyc
python/mathsys/dev/main/__pycache__/latex.cpython-311.pyc
python/mathsys/dev/main/__pycache__/parser.cpython-311.pyc
python/mathsys/dev/main/__pycache__/parser.cpython-313.pyc
python/mathsys/dev/main/__pycache__/syntax.cpython-311.pyc
python/mathsys/dev/main/__pycache__/syntax.cpython-313.pyc
python/mathsys/dev/main/__pycache__/tokenizer.cpython-313.pyc
python/mathsys/dev/source/all.o
python/mathsys/dev/source/unix-x86-64.o
python/mathsys/dev/source/unix-x86-64.sh
python/mathsys/dev/source/web.o
python/mathsys/dev/source/web.sh
python/mathsys/dev/source/exit/exit.asm
python/mathsys/dev/source/exit/exit.wat
python/mathsys/dev/source/write/write.asm
python/mathsys/dev/source/write/write.wat
python/mathsys/v1/__init__.py
python/mathsys/v1/py.typed
python/mathsys/v1/__pycache__/__init__.cpython-311.pyc
python/mathsys/v1/bin/main.rs
python/mathsys/v1/bin/lib/allocator.rs
python/mathsys/v1/bin/lib/memory.rs
python/mathsys/v1/bin/lib/number.rs
python/mathsys/v1/bin/lib/rustc.rs
python/mathsys/v1/bin/lib/stdout.rs
python/mathsys/v1/bin/stack/system.rs
python/mathsys/v1/main/builder.py
python/mathsys/v1/main/ir.py
python/mathsys/v1/main/latex.py
python/mathsys/v1/main/parser.py
python/mathsys/v1/main/__pycache__/builder.cpython-311.pyc
python/mathsys/v1/main/__pycache__/ir.cpython-311.pyc
python/mathsys/v1/main/__pycache__/latex.cpython-311.pyc
python/mathsys/v1/main/__pycache__/parser.cpython-311.pyc
python/mathsys/v1/source/unix-x86-64.sh
python/mathsys/v1/source/web.sh
python/mathsys/v1/source/system/exit/exit.asm
python/mathsys/v1/source/system/exit/exit.wat
python/mathsys/v1/source/system/write/write.asm
python/mathsys/v1/source/system/write/write.wat
python/mathsys/v1/syntax/strict.py
python/mathsys/v1/syntax/__pycache__/strict.cpython-311.pyc
python/mathsys/v2/__init__.py
python/mathsys/v2/py.typed
python/mathsys/v2/__pycache__/__init__.cpython-311.pyc
python/mathsys/v2/bin/main.rs
python/mathsys/v2/bin/data/comment.rs
python/mathsys/v2/bin/data/debug.rs
python/mathsys/v2/bin/data/declaration.rs
python/mathsys/v2/bin/data/definition.rs
python/mathsys/v2/bin/data/equation.rs
python/mathsys/v2/bin/data/expression.rs
python/mathsys/v2/bin/data/factor.rs
python/mathsys/v2/bin/data/infinite.rs
python/mathsys/v2/bin/data/limit.rs
python/mathsys/v2/bin/data/nest.rs
python/mathsys/v2/bin/data/node.rs
python/mathsys/v2/bin/data/number.rs
python/mathsys/v2/bin/data/start.rs
python/mathsys/v2/bin/data/term.rs
python/mathsys/v2/bin/data/variable.rs
python/mathsys/v2/bin/data/vector.rs
python/mathsys/v2/bin/lib/allocator.rs
python/mathsys/v2/bin/lib/converter.rs
python/mathsys/v2/bin/lib/memory.rs
python/mathsys/v2/bin/lib/number.rs
python/mathsys/v2/bin/lib/rustc.rs
python/mathsys/v2/bin/lib/stdout.rs
python/mathsys/v2/bin/stack/system.rs
python/mathsys/v2/main/builder.py
python/mathsys/v2/main/ir.py
python/mathsys/v2/main/latex.py
python/mathsys/v2/main/parser.py
python/mathsys/v2/main/__pycache__/builder.cpython-311.pyc
python/mathsys/v2/main/__pycache__/ir.cpython-311.pyc
python/mathsys/v2/main/__pycache__/latex.cpython-311.pyc
python/mathsys/v2/main/__pycache__/parser.cpython-311.pyc
python/mathsys/v2/source/unix-x86-64.sh
python/mathsys/v2/source/web.sh
python/mathsys/v2/source/system/exit/exit.asm
python/mathsys/v2/source/system/exit/exit.wat
python/mathsys/v2/source/system/write/write.asm
python/mathsys/v2/source/system/write/write.wat
python/mathsys/v2/syntax/strict.py
python/mathsys/v2/syntax/__pycache__/strict.cpython-311.pyc
python/testing/__init__.py