Renamed every stack struct/types to normed types
This commit is contained in:
parent
deba39ea8a
commit
454c9beda9
3 changed files with 69 additions and 69 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue