Renamed every stack struct/types to normed types

This commit is contained in:
Maieul BOYER 2024-08-31 15:38:34 +00:00
parent deba39ea8a
commit 454c9beda9
3 changed files with 69 additions and 69 deletions

View file

@ -26,7 +26,7 @@ typedef struct s_string_input t_string_input;
struct TSParser
{
Lexer lexer;
Stack *stack;
t_stack *stack;
const TSLanguage *language;
ReduceActionSet reduce_actions;
Subtree finished_tree;