mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-21 18:40:25 +00:00
missed another log
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user