Refactor tokenization

This commit is contained in:
2020-08-29 14:50:16 +02:00
parent 71678b2ec6
commit 473334c3db
12 changed files with 254 additions and 212 deletions

View File

@@ -13,7 +13,7 @@ BINARY = bin/wassembler
all: ${BINARY}
check: ${BINARY}
./$< ./bin/test.wasm -p
./$< ./bin/test.wasm
clean:
-rm -rf build ./${BINARY}