Update readme.md

This commit is contained in:
Artemy 2023-12-31 13:52:49 +03:00
parent b182c4502f
commit 56919389a7

View file

@ -38,10 +38,10 @@
| Yield statement | yield_stmt | Yield | ✅ | | Yield statement | yield_stmt | Yield | ✅ |
| Break statement | break_stmt | Break | ✅ | | Break statement | break_stmt | Break | ✅ |
| Continue statement | continue_stmt | Continue | ✅ | | Continue statement | continue_stmt | Continue | ✅ |
| If statement | if_stmt | If | | | If statement | if_stmt | If | |
| While statement | while_stmt | While | | | While statement | while_stmt | While | |
| For statement | for_stmt | For | | | For statement | for_stmt | For | |
| Loop statement | loop_stmt | Loop | | | Loop statement | loop_stmt | Loop | |
| Try statement | try_stmt | Try | ❌ | | Try statement | try_stmt | Try | ❌ |
| Throw statement | throw_stmt | Throw | ❌ | | Throw statement | throw_stmt | Throw | ❌ |
| Expression statement | expr_stmt | Other | ✅ | | Expression statement | expr_stmt | Other | ✅ |