tree-sitter/cli/src/templates/PARSER_NAME.h
Amaan Qureshi b2359e4020 feat!: move generation of grammar files to an init command
The generate subcommand should stick to solely generating a parser and
headers.
2024-09-27 16:06:57 -04:00

16 lines
284 B
C

#ifndef TREE_SITTER_UPPER_PARSER_NAME_H_
#define TREE_SITTER_UPPER_PARSER_NAME_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_PARSER_NAME(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_UPPER_PARSER_NAME_H_