rename crates/ to engrams/; add el-compiler el package with bootstrap artifact

- crates/ → engrams/ (Rust engrams live here)
- el-compiler/ added: el self-hosting compiler as an el package
  - src/{compiler,lexer,parser,codegen}.el
  - bootstrap/el-compiler.elc (114KB, Rust-compiled seed)
- el.toml Cargo.toml workspace paths updated
- neuron-rs cross-repo path deps fixed (were pointing to products/ instead of foundation/)
This commit is contained in:
Will Anderson
2026-04-29 03:27:32 -05:00
parent 19ed2721ee
commit a42429012e
120 changed files with 3836 additions and 64 deletions
+1 -1
View File
@@ -1 +1 @@
/Users/will/Development/neuron-technologies/engram-lang/target/debug/libel_lexer.rlib: /Users/will/Development/neuron-technologies/engram-lang/crates/el-lexer/src/error.rs /Users/will/Development/neuron-technologies/engram-lang/crates/el-lexer/src/lexer.rs /Users/will/Development/neuron-technologies/engram-lang/crates/el-lexer/src/lib.rs /Users/will/Development/neuron-technologies/engram-lang/crates/el-lexer/src/token.rs
/Users/will/Development/neuron-technologies/foundation/engram-lang/target/debug/libel_lexer.rlib: /Users/will/Development/neuron-technologies/foundation/engram-lang/crates/el-lexer/src/error.rs /Users/will/Development/neuron-technologies/foundation/engram-lang/crates/el-lexer/src/lexer.rs /Users/will/Development/neuron-technologies/foundation/engram-lang/crates/el-lexer/src/lib.rs /Users/will/Development/neuron-technologies/foundation/engram-lang/crates/el-lexer/src/token.rs