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