Update AST signatures to remove the t_node type
This commit is contained in:
parent
c9baa2b499
commit
77a3b305aa
7 changed files with 291 additions and 33 deletions
|
|
@ -53,7 +53,6 @@ enum e_ast_word_kind
|
|||
AST_WORD_NO_QUOTE,
|
||||
AST_WORD_SINGLE_STRING,
|
||||
AST_WORD_DOUBLE_QUOTED,
|
||||
AST_WORD_BACK_QUOTED,
|
||||
};
|
||||
|
||||
struct s_ast_raw_string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue