ast: implement postorder ast traversal
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
#define _AST_ITERATE_H_
|
||||
|
||||
extern void ast_node_iterator_enqueue_node(
|
||||
struct ivy_ast_node_iterator *it,
|
||||
struct ivy_ast_node *parent,
|
||||
struct ivy_ast_node_iterator *it, struct ivy_ast_node *parent,
|
||||
struct ivy_ast_node *node);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user