lang: ast: implement parsing of lambdas
This commit is contained in:
@@ -35,6 +35,8 @@ struct ast_node_type expr_node_ops = {
|
||||
SYM_PARSER(RIGHT_PAREN, arith_parse_right_paren),
|
||||
SYM_PARSER(LEFT_BRACE, arith_parse_left_brace),
|
||||
SYM_PARSER(RIGHT_BRACE, arith_parse_right_brace),
|
||||
SYM_PARSER(LEFT_BRACKET, arith_parse_left_bracket),
|
||||
SYM_PARSER(RIGHT_BRACKET, arith_parse_right_bracket),
|
||||
SYM_PARSER(SEMICOLON, arith_parse_semicolon),
|
||||
SYM_PARSER(UNDERSCORE, arith_parse_operand),
|
||||
SYM_PARSER(CARET, arith_parse_caret),
|
||||
|
||||
Reference in New Issue
Block a user