First commit

This commit is contained in:
Evan Dunbar 2024-09-23 20:43:43 -05:00
commit 8e99061065
47 changed files with 9107 additions and 0 deletions

16
bindings/c/tree-sitter-zanscript.h generated Normal file
View file

@ -0,0 +1,16 @@
#ifndef TREE_SITTER_ZANSCRIPT_H_
#define TREE_SITTER_ZANSCRIPT_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_zanscript(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_ZANSCRIPT_H_