ast.ts

This commit is contained in:
nirholas
2026-03-31 10:24:11 +00:00
parent eeb22c4cce
commit 23723d305c

View File

@@ -2677,3 +2677,4 @@ export function checkSemantics(commands: SimpleCommand[]): SemanticCheckResult {
}
return { ok: true }
}