Update: WIP trash removal

This commit is contained in:
Maieul BOYER 2024-08-30 19:57:14 +02:00
parent 0ebc161857
commit acb734cda0
No known key found for this signature in database
3 changed files with 36 additions and 175 deletions

View file

@ -43,7 +43,6 @@ struct TSLexer
void (*advance)(TSLexer *, bool);
void (*mark_end)(TSLexer *);
t_u32 (*get_column)(TSLexer *);
bool (*is_at_included_range_start)(const TSLexer *);
bool (*eof)(const TSLexer *);
};