.PHONY: check
check:
	python test_scan.py &&  \
	python test_parse.py  && \
	python test_format.py
