some language docs

This commit is contained in:
cozis
2022-08-18 05:46:38 +02:00
parent e4bc4fe253
commit 2da122a5ab
6 changed files with 265 additions and 0 deletions
+1
View File
@@ -790,6 +790,7 @@ static void emitInstrForNode(CodegenContext *ctx, Node *node, Label *label_break
case NODE_RETURN:
{
#warning "What if this is in the global scope?"
ReturnNode *ret = (ReturnNode*) node;
ExprNode *tuple[32];