created the parser dir test to avoid having a

bunch of "unrelated" tests in one file
This commit is contained in:
Karma Riuk
2025-07-07 17:20:21 +02:00
parent 132dc65240
commit 7b916b2a0b
3 changed files with 24 additions and 15 deletions

6
test/parser/utils.hpp Normal file
View File

@@ -0,0 +1,6 @@
#include "ast/errors/error.hpp"
#include <doctest.h>
#include <vector>
void check_parser_errors(const std::vector<ast::error::error*>& errors);