tree-sitter/spec/helpers/load_language.h

12 lines
344 B
C
Raw Normal View History

#ifndef HELPERS_LOAD_LANGUAGE_H_
#define HELPERS_LOAD_LANGUAGE_H_
#include "tree_sitter/compiler.h"
#include "tree_sitter/runtime.h"
#include <string>
const TSLanguage *load_language(const std::string &, const std::string &);
const TSLanguage *load_language(const std::string &, const TSCompileResult &);
#endif // HELPERS_LOAD_LANGUAGE_H_