/fl-lang

A systems programming language

Primary LanguageC

Fl-lang

A systems programming language based on LLVM, with a focus on both high performance and convenience.

Example code (more examples in the examples folder):

module main

import "core:c"

func main() {
    c.printf(c"Hello, world!\n");
}

Building

Linux

To build the compiler on linux just run make on the project root.