Skip to content

Check all python projects

cike edited this page Jun 20, 2022 · 3 revisions

check.cmd

cd projects/06 & python.exe make.py build & cd ../..
cd projects/07 & python.exe make.py build & cd ../..
cd projects/08 & python.exe make.py build & cd ../..
cd projects/10 & python.exe make.py build & cd ../..
cd projects/11 & python.exe make.py build & cd ../..
cd projects/12 & python.exe make.py build & cd ../..

mypy.exe --strict projects/06/make.py projects/06/Assembler
mypy.exe --strict projects/07/make.py projects/07/VMTranslator_alpha
mypy.exe --strict projects/08/make.py projects/08/VMTranslator
mypy.exe --strict projects/10/make.py projects/10/JackAnalyzer
mypy.exe --strict projects/11/make.py projects/11/JackCompiler
mypy.exe --strict projects/12/make.py
mypy.exe --strict copy_solutions.py

git status

pause

Clone this wiki locally