all: build

build:
	v src/

run:
	v run src/

clean:
	rm -f TypoML

format:
	v fmt -w src/
