finish engram-lang: protocols, decorators, imports, Result, closures, stdlib, integration tests

This commit is contained in:
Will Anderson
2026-04-27 20:22:23 -05:00
parent 316c0a85ce
commit c427a0adc0
32 changed files with 2878 additions and 32 deletions
+19
View File
@@ -0,0 +1,19 @@
[package]
name = "el-integration"
description = "Engram language integration tests — full pipeline end-to-end"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
name = "el_integration"
path = "src/lib.rs"
[dependencies]
el-lexer = { workspace = true }
el-parser = { workspace = true }
el-types = { workspace = true }
el-compiler = { workspace = true }
el-stdlib = { workspace = true }
serde_json = { workspace = true }
el-seal = { workspace = true }