17 lines
246 B
C
17 lines
246 B
C
|
|
#ifndef TREE_SITTER_OAT_V1_H_
|
||
|
|
#define TREE_SITTER_OAT_V1_H_
|
||
|
|
|
||
|
|
typedef struct TSLanguage TSLanguage;
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
const TSLanguage *tree_sitter_oat_v1(void);
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif // TREE_SITTER_OAT_V1_H_
|