From ca08551d7122f46db01b4ef58bd820671aa2f33a Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 24 Sep 2019 14:39:49 -0400 Subject: started while --- types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.c b/types.c index 021c3ee..796b5f8 100644 --- a/types.c +++ b/types.c @@ -384,7 +384,7 @@ static bool type_of_expr(Typer *tr, Expression *e) { if (!types_block(tr, &w->body)) return false; if (!type_of_expr()) { - /* TODO: is type_of_expr really necessary? why not just never descend into fns unless it's a decl? */ + /* TODO: is type_of_expr vs types_expr really necessary? */ } *t = w->body.ret_expr->type; } break; -- cgit v1.2.3