lang: ast: implement parsing of break/continue loop-control statements
This commit is contained in:
@@ -174,5 +174,9 @@ struct token_parse_result stmt_parse_else(
|
||||
struct ivy_parser *ctx, struct ivy_token *tok);
|
||||
struct token_parse_result stmt_parse_end(
|
||||
struct ivy_parser *ctx, struct ivy_token *tok);
|
||||
extern struct token_parse_result stmt_parse_break(
|
||||
struct ivy_parser *ctx, struct ivy_token *tok);
|
||||
extern struct token_parse_result stmt_parse_continue(
|
||||
struct ivy_parser *ctx, struct ivy_token *tok);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user