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
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "el-stdlib"
description = "Engram language standard library — built-in function signatures and implementations"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
el-types = { workspace = true }
el-parser = { workspace = true }