Perf improvements in tokenizer

This commit is contained in:
nub31
2025-09-29 14:11:48 +02:00
parent 3107849915
commit 30081c49d4
10 changed files with 219 additions and 274 deletions

View File

@@ -6,7 +6,7 @@ out: .build/out.o
.build/out.o: $(NUBC) src/main.nub src/raylib.nub
$(NUBC) src/main.nub src/raylib.nub
# .PHONY: $(NUBC)
.PHONY: $(NUBC)
$(NUBC):
dotnet build ../compiler/NubLang.CLI/NubLang.CLI.csproj