Low level language that compiles straight to machine code, no runtime, no VM.
A small programming language with its own lexer, parser, and LLVM-based code generation.
Shine code compiles straight into native machine code, making it fast and light.
No interpreter, VM, bytecode system, or garbage collector.
Built with a custom lexer, parser, and code generation pipeline.
fn int main() {
write("Hello, World!");
r/0;
}
Shine is actively being developed and available on GitHub.
Visit Our GitHub Repository