A low level language that compiles straight to machine code, no runtime or VM.
A small compiled language with its own lexer, parser, and codegen, targeting LLVM IR.
Shine compiles down to native object files and links straight to an executable. No interpreter, no VM, no runtime.
Status: v0.3.0 (WIP) - compiles functions with parameters, calls, and string/int literals.
See more info in our main README.
See ROADMAP.md for what's done and what's next.
