Seq Compiler Library
Provides compilation from .seq source to LLVM IR and executable binaries.
Extending the Compiler
External projects can extend the compiler with additional builtins using
[CompilerConfig]:
use ;
let config = new
.with_builtin;
compile_file_with_config?;