stuff i guess

This commit is contained in:
2026-03-15 14:40:13 +11:00
commit ace8bb673d
39 changed files with 8936 additions and 0 deletions

10
bindings/c/tree-sitter-ground.pc.in generated Normal file
View File

@@ -0,0 +1,10 @@
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: tree-sitter-ground
Description: @PROJECT_DESCRIPTION@
URL: @PROJECT_HOMEPAGE_URL@
Version: @PROJECT_VERSION@
Libs: -L${libdir} -ltree-sitter-ground
Cflags: -I${includedir}

View File

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