17 lines
430 B
C++
17 lines
430 B
C++
#ifndef __tree_sitter_compiler_spec_helper_h__
|
|
#define __tree_sitter_compiler_spec_helper_h__
|
|
|
|
#include "bandit/bandit.h"
|
|
#include "compiler/helpers/stream_methods.h"
|
|
#include "compiler/helpers/equals_pointer.h"
|
|
#include "compiler/helpers/rule_helpers.h"
|
|
#include "tree_sitter/compiler.h"
|
|
|
|
using namespace tree_sitter;
|
|
using namespace std;
|
|
using namespace bandit;
|
|
|
|
#define START_TEST go_bandit([]() {
|
|
#define END_TEST });
|
|
|
|
#endif
|