Rewrite to Odin

This commit is contained in:
2026-07-13 09:50:54 +02:00
parent 7cd13a1db3
commit 5c43b180a3
9 changed files with 453 additions and 151 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
all: build
build:
v src/
odin build src/ -out:TypoML
run:
v run src/
odin run src/
clean:
rm -f TypoML
format:
v fmt -w src/
odinfmt -w src/