The Iron Heart: Native Compiler for the Zenith Framework
npm install @zenithbuild/compilerThe Iron Heart of the Zenith framework. High-performance native compiler and build-time architect.
@zenithbuild/compiler owns everything related to structure, wiring, and validation. It is a coordinated companion to @zenithbuild/core.
.zen files (Rust).Zenith is built as a coordinated system. The compiler produces artifacts that the Core runtime consumes blindly.
- No runtime decisions: If it can be known at compile time, the compiler decides it.
- Tight Coupling: Versioned and released in lockstep with @zenithbuild/core.
- native/: The Rust-powered core compiler.
- src/parse/: TypeScript wrappers for the native parser.
- src/runtime/: logic for generating the bundle.js target.
MIT