From f26873012c886085c7184be8cd62438f3a9d9706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teo=20Samar=C5=BEija?= Date: Tue, 30 Apr 2024 11:13:02 +0200 Subject: [PATCH] Linked to my new StackExchange thread --- compiler.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler.cpp b/compiler.cpp index 5203391..4ac2e11 100644 --- a/compiler.cpp +++ b/compiler.cpp @@ -1374,7 +1374,8 @@ AssemblyCode TreeNode::compile(CompilationContext context) const { << "\", will be evaluated twice, possibly leading to unintended side " "effects. I am sorry about that, but, thus far, there does not " "seem to be a simple solution given the way the compiler is " - "structured." + "structured. I've started a StackExchange thread about that " + "problem: https://langdev.stackexchange.com/q/3755/330" << std::endl; return andNode.compile(context); }