Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.32 KB

File metadata and controls

34 lines (23 loc) · 1.32 KB

Welcome to Colgm Compiler Project

Colgm aims to be a simple, easy-to-use and easy-to-maintain programming language. It will let you write relatively safe code without too much cognitive load.

Mainly support native targets. Target supported now is LLVM (text IR).

Now nightly-builds are available:

use std::io::{ io };

func main() -> i32 {
    io::stdout().out("hello world!).endln();
    return 0;
}

Language Guide

See simple language guide in:

See library reference in: