lang: ast: implement parsing of while-loops
This commit is contained in:
@@ -126,6 +126,8 @@ extern struct token_parse_result arith_parse_in(
|
||||
|
||||
/* statement parser callbacks */
|
||||
|
||||
extern struct token_parse_result stmt_parse_while(
|
||||
struct ivy_parser *ctx, struct ivy_token *tok);
|
||||
extern struct token_parse_result stmt_parse_match(
|
||||
struct ivy_parser *ctx, struct ivy_token *tok);
|
||||
extern struct token_parse_result stmt_parse_if(
|
||||
|
||||
Reference in New Issue
Block a user