initial commit

This commit is contained in:
2026-03-04 20:24:33 -08:00
commit bb510fea4a
39 changed files with 14640 additions and 0 deletions

16
bindings/swift/TreeSitterNewt/newt.h generated Normal file
View File

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