Comment tweaks

This commit is contained in:
2022-08-22 02:16:24 +01:00
parent df6bd58b1a
commit 9ac16f8e80
5 changed files with 3 additions and 4 deletions

View File

@@ -248,7 +248,7 @@ void printLiteralCustom(Literal literal, void (printFn)(const char*)) {
case LITERAL_FUNCTION:
printToBuffer("function");
//TODO
//TODO: how to print a function
break;
case LITERAL_IDENTIFIER: