lang: ast: use fancy index manipulation to reduce the size of ast_node_type
This commit is contained in:
@@ -85,6 +85,6 @@ struct ast_node_type msgh_node_ops = {
|
||||
.expr_begin = parse_expr,
|
||||
},
|
||||
.n_symbol_parsers = {
|
||||
[IVY_SYM_BANG] = parse_bang,
|
||||
SYM_PARSER(BANG, parse_bang),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user