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.
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