THE STACK: INLANG + CREPUSCULARITY
A single unified Core IR → MIR → native JIT emitter. No LLVM, no bytecode VM. Experience sub-millisecond compile loops, live code injection, and seamless GUI integration using the inlang (.in) systems language coupled with crepuscularity for hardware-accelerated declarative UI everywhere.
# Run an .in script
$ in eval hello.in
# Run the test suite
$ in test
# Update the compiler toolchain
$ in self-update
Uses Tree-sitter polyglot fronts to ingest Swift, C, Rust, Go, Python, Zig, and Java. Lowers source files directly into a unified Core IR AST, mapping structural semantics cleanly.
Translates Core IR to MIR (Mid IR). MIR defers relative address offsets, performing label resolution and instruction alignment before assembling to binary buffers.
Direct machine code emission for AArch64 (ARM64) and x86_64. Native page allocation maps binary targets to executable memory, running JIT compiles in microseconds.