Added error handling

This commit is contained in:
2025-08-29 00:02:45 +02:00
parent f93c463647
commit df4e7777de
17 changed files with 144 additions and 17 deletions

View File

@ -8,6 +8,7 @@
#include "ast/ast.hpp"
#include "cmd/args/arg.hpp"
#include "util/error.hpp"
namespace fsh {