Skip to content
@colgm

Colgm

Colgm Compiler Project

Colgm Compiler Project

This is the organization for Colgm language.

use std::io::{ io };

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

Why Creating A New Language

  • Try to implement a new language that can compile itself.
  • Try to design an easy-to-use compiling language (more like C with some useful features).

Language Guide

See here.

Pinned Loading

  1. colgm Public

    self-host llvm compiler project for fun

    Rust 19 5

  2. colgm-extension Public

    Extension of colgm, support sublime text/vscode/vim

    Vim Script 1

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…