Eval
- Now prints the evaluated form, instead of the input form in debug mode, after successful source lookup.
This commit is contained in:
@@ -357,7 +357,7 @@ void Eval::evaluatePostfixStack (
|
|||||||
|
|
||||||
values.push_back (v);
|
values.push_back (v);
|
||||||
if (_debug)
|
if (_debug)
|
||||||
std::cout << "# [" << values.size () << "] eval push '" << token->first << "' " << Lexer::type_name (token->second) << "\n";
|
std::cout << "# [" << values.size () << "] eval push '" << (std::string) v << "' " << Lexer::type_name (token->second) << "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user