From 0ea5b78a2f6342d5a0ec00d9860bf5ddec408f9c Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Tue, 16 Mar 2021 10:36:50 +0200 Subject: [PATCH] Bruh --- source/tlang/compiler/parser.d | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/tlang/compiler/parser.d b/source/tlang/compiler/parser.d index 4b42dcc..dab8a75 100644 --- a/source/tlang/compiler/parser.d +++ b/source/tlang/compiler/parser.d @@ -337,8 +337,7 @@ public final class Parser break; } /** - * TODO: For recursive () in expressions I might need to stop the `)` detection outside - * of the call to parseExpression (the original call) + * For () */ else if(symbol == SymbolType.LBRACE) {