feat: engram-lang — new programming language, quantum-sealed prod target, spreading activation types

This commit is contained in:
Will Anderson
2026-04-27 18:46:51 -05:00
commit 9ced941590
5569 changed files with 8153 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "el-parser"
description = "Engram language AST and recursive-descent parser"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
el-lexer = { workspace = true }
thiserror = { workspace = true }