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

@@ -189,7 +189,6 @@ static void writeCompilerWithJumps(Compiler* compiler, Node* node, void* breakAd
//determine node type
switch(node->type) {
//TODO: more types, like variables, etc.
case NODE_ERROR: {
fprintf(stderr, ERROR "[Internal] NODE_ERROR encountered in writeCompilerWithJumps()\n" RESET);
compiler->bytecode[compiler->count++] = OP_EOF; //1 byte