make test more meme worthy

This commit is contained in:
Kurt Hutten IrevDev
2022-11-20 09:56:18 +11:00
parent 082730bb2e
commit e5a527b519
2 changed files with 3 additions and 5 deletions

View File

@ -98,5 +98,3 @@ export const lexer = (str: string): Token[] => {
};
return recursivelyTokenise(str);
};
// const example1 = await fsp.readFile("./examples/addition.cado", "ascii");