Skip to content
Snippets Groups Projects
Commit cb1708c4 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Change output (cosmetic changes)

parent ae0f751d
No related branches found
No related tags found
1 merge request!66Feature/reduced verbosity
...@@ -74,6 +74,8 @@ parser(const std::string& filename) ...@@ -74,6 +74,8 @@ parser(const std::string& filename)
ASTNodeEmptyBlockCleaner{*root_node}; ASTNodeEmptyBlockCleaner{*root_node};
ASTNodeExpressionBuilder{*root_node}; ASTNodeExpressionBuilder{*root_node};
std::cout << "-------------------------------------------------------\n";
std::cout << rang::style::bold << "Executing AST..." << rang::style::reset << '\n';
ExecutionPolicy exec_all; ExecutionPolicy exec_all;
root_node->execute(exec_all); root_node->execute(exec_all);
...@@ -102,5 +104,4 @@ parser(const std::string& filename) ...@@ -102,5 +104,4 @@ parser(const std::string& filename)
read_input input(filename); read_input input(filename);
parse_and_execute(input); parse_and_execute(input);
} }
std::cout << "Executed successfuly: " << filename << '\n';
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment