diff --git a/source/tlang/compiler/parser.d b/source/tlang/compiler/parser.d index d413607..b8868d4 100644 --- a/source/tlang/compiler/parser.d +++ b/source/tlang/compiler/parser.d @@ -336,6 +336,10 @@ 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) + */ else { //gprintln("parseExpression(): NO MATCH", DebugType.ERROR);