From 56919389a792d2c9a1b3b653a15a6d1b8c1ca322 Mon Sep 17 00:00:00 2001 From: Artemy Date: Sun, 31 Dec 2023 13:52:49 +0300 Subject: [PATCH] Update readme.md --- src/specification/parser/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/specification/parser/readme.md b/src/specification/parser/readme.md index a2eaa8e..2886dd8 100644 --- a/src/specification/parser/readme.md +++ b/src/specification/parser/readme.md @@ -38,10 +38,10 @@ | Yield statement | yield_stmt | Yield | ✅ | | Break statement | break_stmt | Break | ✅ | | Continue statement | continue_stmt | Continue | ✅ | -| If statement | if_stmt | If | ❌ | -| While statement | while_stmt | While | ❌ | -| For statement | for_stmt | For | ❌ | -| Loop statement | loop_stmt | Loop | ❌ | +| If statement | if_stmt | If | ✅ | +| While statement | while_stmt | While | ✅ | +| For statement | for_stmt | For | ✅ | +| Loop statement | loop_stmt | Loop | ✅ | | Try statement | try_stmt | Try | ❌ | | Throw statement | throw_stmt | Throw | ❌ | | Expression statement | expr_stmt | Other | ✅ |