missed another log

This commit is contained in:
MathMan05
2026-07-22 15:15:16 -05:00
parent 79542639ee
commit 610843b696
-1
View File
@@ -76,7 +76,6 @@ function* lex(code: string, config: clikeConf) {
}
}
const matches = Array.from(code.matchAll(r));
console.log(matches);
let i = -1;
function identifyTypeOfWord(word: string) {
if (keywords.has(word)) {