trimmed even more fat

This commit is contained in:
Maieul BOYER 2024-06-30 20:04:00 +02:00
parent 5898689697
commit bf669ee8a7
No known key found for this signature in database
30 changed files with 1372 additions and 5945 deletions

View file

@ -1,12 +1,11 @@
#ifndef TREE_SITTER_LENGTH_H_
#define TREE_SITTER_LENGTH_H_
#include <stdlib.h>
#include <stdbool.h>
#include "./point.h"
#include "api.h"
#include "./api.h"
typedef struct {
typedef struct Length {
uint32_t bytes;
TSPoint extent;
} Length;