c3c

Compiler for the C3 programming language with modern features

brewmacoslinux
Try with needOr install directly
Source

About

Compiler for the C3 language

Commands

c3c

Examples

Compile a single C3 source file to an executable$ c3c compile myprogram.c3
Build a C3 project from current directory$ c3c build
Compile with optimization flags for release$ c3c compile myprogram.c3 -O3