Files
ivy/lang/ast/iterate.h

9 lines
194 B
C
Raw Normal View History

#ifndef _AST_ITERATE_H_
#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 *node);
#endif