core language / control flow
✓ 27 passing ○ 1 planned
Lessons
1 ✓
Passing
multiple branches
2 ✓
Passing binding scopes
3 ✓
Passing shadowing behavior
Has docs4 ○
Planned shadowing rejected — This should be done, it is lazily handled by the Zig-compiler, look at the README.md-file in this directory for the problem.
Has docs5 ✓
Passing labels and jumps
6 ✓
Passing zig keyword escaping
7 ✓
Passing continuation label
8 ✓
Passing nested labels
9 ✓
Passing label scope errors
10 ✓
Passing arbitrary label jumps
11 ✓
Passing label scope isolation
12 ✓
Passing simple server flow
13 ✓
Passing branching flow
14 ✓
Passing nested depth 2
15 ✓
Passing nested depth 3
16 ✓
Passing nested depth 4
17 ✓
Passing nested depth 5
18 ✓
Passing nested depth 5 multi branch
19 ✓
Passing reserved keyword branch
Has docs20 ✓
Passing binding in string literal
21 ✓
Passing namespace nested flow
22 ✓
Passing nested labels
23 ✓
Passing multi event chain
24 ✓
Passing namespace labels combo
25 ✓
Passing empty payload branches
26 ✓
Passing loop module qualified
27 ✓
Passing loop imported module
28 ✓
Passing loop in library tapped from user