Tier Three: Added threads/jobs

This commit is contained in:
allexanderbergmns
2026-08-25 17:26:07 +02:00
parent d11f9c8d37
commit 415dec40a2
24 changed files with 495 additions and 47 deletions
+1
View File
@@ -80,6 +80,7 @@ pub mut:
pub struct Stmt {
pub mut:
kind StmtKind
mutable bool // let_stmt/destruct_stmt: bound with `mut` (reassignable)
target string
idx_target string // for_in_stmt: index variable name (empty when unused)
destruct_targets []string // destruct_stmt: names to bind