diff --git a/src/ASTTransformation.cpp b/src/ASTTransformation.cpp index e598df2..e840d89 100644 --- a/src/ASTTransformation.cpp +++ b/src/ASTTransformation.cpp @@ -692,7 +692,7 @@ NodeTree* ASTTransformation::transform(NodeTree* from, NodeTree throw "Ambigious parse!"; } else { // Should get rid of this eventually. Right now it handles cases like sign, alpha, a comma, etc - std::cerr << "Unhandled syntax node: " << name << std::endl; + std::cout << "Unhandled syntax node: " << name << std::endl; return new NodeTree(); }