mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-17 20:38:44 +00:00
bug fixes
This commit is contained in:
parent
777fd830b0
commit
bb8b32a7c8
5 changed files with 136 additions and 109 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue