Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

cpp-script-lang/cpp-script-transpiler

Repository files navigation

cpp-script Transpiler

Building

On Windows (in cmd):

mingw32-make -f Makefile-win

On Linux:

make -f Makefile-linux

On PowerShell:

mingw32-make -f Makefile-PS # On Windows
make -f Makefile-PS # On Linux