From 719710a13256a32b9fcbf06c1ff43f8961b9b2e6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 24 Aug 2018 11:21:13 +0300 Subject: break&continue --- crates/libsyntax2/src/grammar.ron | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/libsyntax2/src/grammar.ron') diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron index 2cec5b3e3..dff88cc4a 100644 --- a/crates/libsyntax2/src/grammar.ron +++ b/crates/libsyntax2/src/grammar.ron @@ -75,6 +75,8 @@ Grammar( "for", "loop", "while", + "continue", + "break", "if", "else", "match", @@ -161,6 +163,8 @@ Grammar( "IF_EXPR", "WHILE_EXPR", "LOOP_EXPR", + "CONTINUE_EXPR", + "BREAK_EXPR", "FOR_EXPR", "BLOCK_EXPR", "RETURN_EXPR", -- cgit v1.2.3