LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
src/mayat/AST.py
src/mayat/Checker.py
src/mayat/Result.py
src/mayat/__init__.py
src/mayat/args.py
src/mayat/driver.py
src/mayat/install_langs.py
src/mayat/main.py
src/mayat.egg-info/PKG-INFO
src/mayat.egg-info/SOURCES.txt
src/mayat.egg-info/dependency_links.txt
src/mayat.egg-info/requires.txt
src/mayat.egg-info/top_level.txt
src/mayat/frontends/C.py
src/mayat/frontends/Python.py
src/mayat/frontends/TS_C.py
src/mayat/frontends/TS_Java.py
src/mayat/frontends/TS_Python.py
src/mayat/frontends/__init__.py
src/mayat/result_viewer/__init__.py
src/mayat/result_viewer/app.py
tests/.DS_Store
tests/test.py
tests/c_samples/student1.c
tests/c_samples/student2.c
tests/c_samples/student3.c
tests/c_samples/student4.c
tests/java_samples/000.java
tests/java_samples/001.java
tests/java_samples/002.java
tests/java_samples/003.java
tests/java_samples/004.java
tests/python_samples/student1.py
tests/python_samples/student2.py