95b6fac094
El SDK CI - dev / build-and-test (pull_request) Failing after 1m8s
compiler.el imports lexer.el/parser.el/codegen.el with bare names; those resolve relative to the source file's directory only when the entry point is elc-cli.el (which imports el-compiler/src/compiler.el by full path). Compiling compiler.el directly leaves lex/parse/codegen as undefined refs.