chore: clean up experimental changes, keep core parser improvements

This commit is contained in:
2026-06-07 17:11:45 +03:00
parent 134e8e877d
commit 4794335673
2 changed files with 3 additions and 30 deletions
-3
View File
@@ -541,9 +541,6 @@ func Cli_BuildProject(projectDir: String) -> int {
return 1;
}
let lex: *Lexer = Lexer_Tokenize(source);
Print(" [tokens: ");
PrintInt(lex.tokenCount as int64);
PrintLine("]");
if Lexer_DiagCount(lex) > 0 {
Print(" Lex errors in ");
PrintLine(path);