Upodated stuff

This commit is contained in:
Maieul BOYER 2024-09-05 19:04:57 +00:00
parent c5bc77f467
commit 7401038bf7
5 changed files with 397 additions and 399 deletions

View file

@ -1,5 +1,4 @@
#include "../static/char_set/charset_inline.h"
#include "parser/api.h"
#include "gmr/symbols.h"
bool ts_lex(t_lexer *lexer, t_state_id state)
@ -3597,4 +3596,4 @@ bool ts_lex_keywords(t_lexer *lexer, t_state_id state)
default:
return false;
}
}
}