Initial commit.

This commit is contained in:
2025-08-26 20:26:12 -04:00
commit 94f9c6652e
38 changed files with 1767 additions and 0 deletions

16
bindings/c/tree_sitter/tree-sitter-scl.h generated Normal file
View File

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