tree-sitter/test/helpers/stderr_logger.h
Max Brunsfeld 6dc0ff359d Rename spec -> test
'Test' is a lot more straightforward of a name.
2017-03-09 20:40:01 -08:00

8 lines
187 B
C

#ifndef HELPERS_STDERR_LOGGER_H_
#define HELPERS_STDERR_LOGGER_H_
#include "tree_sitter/runtime.h"
TSLogger stderr_logger_new(bool include_lexing);
#endif // HELPERS_STDERR_LOGGER_H_