/cx

Unleash the Power of C, C++, and C# with Seamless Performance!

Primary LanguageCMIT LicenseMIT

CX - C Extended

CI

Notice

This project is still under development and at the moment only supports a small subset of planned features, don't use it in production yet.

Quick start

Below is an example of how a test.cx file can be translated to test.c and then compiled with gcc.

$ make
$ ./cx test.cx -o test.c
$ gcc test.c -o test