Compile, format, inspect AST, BIR SSA, and LLVM IR directly in your browser.
main.blyx
Compiling main.blyx via blyxc v0.1.0-beta...
Pass 1: Lexical analysis OK
Pass 2: AST parsing OK
Pass 3: Type inference OK (0 shape errors)
Pass 4: BIR SSA emit OK
Pass 5: LLVM -O3 codegen OK
Hello, Blyx systems language!
[Process exited cleanly with code 0]