Merge worktree-agent: add struct literals, generics, print/log builtins

This commit is contained in:
Will Anderson
2026-04-28 11:51:02 -05:00
40 changed files with 4058 additions and 72 deletions
+4
View File
@@ -11,6 +11,8 @@ members = [
"crates/el-test",
"crates/el-stdlib",
"crates/el-integration",
"crates/el-fmt",
"crates/el-lint",
"bin/el",
]
resolver = "2"
@@ -34,6 +36,8 @@ el-build = { path = "crates/el-build" }
el-test = { path = "crates/el-test" }
el-stdlib = { path = "crates/el-stdlib" }
el-integration = { path = "crates/el-integration" }
el-fmt = { path = "crates/el-fmt" }
el-lint = { path = "crates/el-lint" }
# Engram crypto (path dep — the sealed target depends on it)
engram-crypto = { path = "../engram/crates/engram-crypto" }