Shine Logo

Shine

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.

View Repository Getting Started

Features

Simple Compilation

Shine code compiles straight into native machine code, making it fast and light.

No Runtime Or VM

No interpreter, VM, bytecode system, or garbage collector.

Low Level Language

Built with a custom lexer, parser, and code generation pipeline.

Example

fn int main() {
    write("Hello, World!");
    r/0;
}

Open Source Language

Shine is actively being developed and available on GitHub.

Visit Our GitHub Repository