
all: test examples

test:
	python3 nano.py test.nano

examples:
	python3 nano.py examples/*.nano
