Skip to content

Commit

Permalink
Linked to my new StackExchange thread
Browse files Browse the repository at this point in the history
  • Loading branch information
FlatAssembler committed Apr 30, 2024
1 parent da9e14d commit f268730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit f268730

Please sign in to comment.