lang: ast: implement parsing of inline and standalone if-else statements
This commit is contained in:
@@ -47,7 +47,7 @@ struct ast_node_type {
|
||||
enum ivy_status (*n_add_child)(
|
||||
struct parser_state*, struct ivy_ast_node*);
|
||||
void (*n_print)(struct ivy_ast_node*);
|
||||
void (*n_init_state)(struct ivy_parser*, struct parser_state*);
|
||||
void (*n_init_state)(struct ivy_parser*, struct parser_state*, uintptr_t);
|
||||
void (*n_collect_children)(
|
||||
struct ivy_ast_node*, struct ivy_ast_node_iterator*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user