Files
interpreter-cpp/test/parser/utils.hpp
Karma Riuk 7b916b2a0b created the parser dir test to avoid having a
bunch of "unrelated" tests in one file
2025-07-07 17:20:21 +02:00

7 lines
146 B
C++

#include "ast/errors/error.hpp"
#include <doctest.h>
#include <vector>
void check_parser_errors(const std::vector<ast::error::error*>& errors);