On Windows (in cmd):
mingw32-make -f Makefile-winOn Linux:
make -f Makefile-linuxOn PowerShell:
mingw32-make -f Makefile-PS # On Windows
make -f Makefile-PS # On LinuxTo transpile C++S source to C++, simply invoke the following command:
cpps-trans source.cpps -o source.cppor
cpps-trans -o source.cpp source.cppsC++Script is a language based on C++ with syntax like in Pascal/Python/Ruby/Perl.
With it, you can choose a line comment char, a multiline comment char(s), whether operators are alphabetic characters or basic and whether neq operator is =/= or != or neq!
In the future C++S is expected to be reflective and DSL-oriented, but it will be GPL as well.
More info can be found in the main repo (here).