CoolFace
Apppublic

aravagarwal/CodeCloakPII

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
tree-sitter-python.h17 linesDownload Raw Back to c
1#ifndef TREE_SITTER_PYTHON_H_2#define TREE_SITTER_PYTHON_H_3 4typedef struct TSLanguage TSLanguage;5 6#ifdef __cplusplus7extern "C" {8#endif9 10extern const TSLanguage *tree_sitter_python(void);11 12#ifdef __cplusplus13}14#endif15 16#endif // TREE_SITTER_PYTHON_H_17