felipeagc / fl-lang

A systems programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A systems programming language


Languages

Language:C 96.1%Language:C++ 3.6%Language:Makefile 0.2%Language:Shell 0.1%