Skip to content

Commit cd429a4

Browse files
committed
[Syntax] Update Status.md for statements
1 parent cd5fdff commit cd429a4

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

lib/Syntax/Status.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,25 +91,21 @@
9191
### Done:
9292
* BraceStmt
9393
* ReturnStmt
94-
95-
### Not-started (UnknownStmt):
9694
* DeferStmt
97-
* IfStmt
98-
* GuardStmt
99-
* WhileStmt
10095
* DoStmt
101-
* DoCatchStmt
10296
* RepeatWhileStmt
103-
* ForEachStmt
104-
* SwitchStmt
105-
* CaseStmt
106-
* CatchStmt
10797
* BreakStmt
10898
* ContinueStmt
10999
* FallthroughStmt
110-
* FailStmt
111100
* ThrowStmt
112101

102+
### Not-started (UnknownStmt):
103+
* IfStmt
104+
* GuardStmt
105+
* WhileStmt
106+
* ForEachStmt
107+
* SwitchStmt
108+
113109
## Pattern
114110
### Done:
115111
* IdentifierPattern

0 commit comments

Comments
 (0)