lang: ast: implement parsing of match statements
This commit is contained in:
@@ -35,7 +35,6 @@ static struct token_parse_result parse_expr_begin(
|
||||
static struct token_parse_result parse_dot(
|
||||
struct ivy_parser *ctx, struct ivy_token *tok)
|
||||
{
|
||||
printf("unneeded dot\n");
|
||||
return PARSE_RESULT(IVY_OK, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user