Archive Rust bootstrap — El compiler is now self-hosting

This commit is contained in:
Will Anderson
2026-04-29 22:21:31 -05:00
parent 9a0747aa13
commit 4f3543b068
139 changed files with 8980 additions and 1778 deletions
@@ -0,0 +1,12 @@
[package]
name = "el-arch"
version = "0.1.0"
edition = "2021"
[dependencies]
el-parser = { path = "../el-parser" }
el-lexer = { path = "../el-lexer" }
[dev-dependencies]
el-lexer = { path = "../el-lexer" }
el-parser = { path = "../el-parser" }