From 14bea2cf3c8db6d635580bdcbf4eb6e697c0b5a1 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 9 Aug 2014 05:04:03 -0700 Subject: [PATCH] Updated Debugging the compiler (markdown) --- Debugging-the-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugging-the-compiler.md b/Debugging-the-compiler.md index 0f40974..ccc42bc 100644 --- a/Debugging-the-compiler.md +++ b/Debugging-the-compiler.md @@ -7,5 +7,5 @@ echo symbol.name.s debug(symbol) echo renderTree(someNode, {renderIds}) # pretty prints the nimrod ast, but annotates symbol IDs if n.info ?? "temp.nim": echo renderTree(n) # only output when it comes from "temp.nim" -if n.info ?? "temp.nim": writeStackTrace() # why the fuck does it process temp.nim here? +if n.info ?? "temp.nim": writeStackTrace() # why does it process temp.nim here? ``` \ No newline at end of file