restructure: move el compiler content into lang/

This commit is contained in:
Will Anderson
2026-05-05 01:38:51 -05:00
parent ce68f91a38
commit 1ae68962cf
143 changed files with 0 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
// tests/suite/manifest.el El test suite vessel manifest.
//
// Build and run:
// cd tests/suite && elb && ./dist/el-tests
//
// Exit code equals the number of failing assertions (0 = all pass).
package "el-tests" {
version "0.1.0"
description "El runtime test suite"
edition "2026"
}
build {
entry "src/test_all.el"
output "dist/"
}