bug fixes

This commit is contained in:
ProgramSnail 2023-07-06 16:15:15 +03:00
parent 777fd830b0
commit bb8b32a7c8
5 changed files with 136 additions and 109 deletions

View file

@ -86,9 +86,9 @@ int main(int argc, char** argv) { // TODO, only test version
type_context_manager,
context_manager);
try {
//try {
execute_visitor.ExecutePartition(main_partition.node);
} catch (...) { error_handling::HandleInternalError("execute_visitor exception", "main", std::nullopt); }
//} catch (...) { error_handling::HandleInternalError("execute_visitor exception", "main", std::nullopt); }
// std::cout << "\n---------------------------------- Typed -------------------------------------\n\n";
// typed_print_visitor.VisitSourceFile(source_file.get());