Preproccessor (set of macros) for C++Script
On Unix-like OS run in the root of this repo
build/build.bashOn Windows (in cmd) run in the root of this repo
build\build.batIn PowerShell run in the root of this repo
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
build\build.ps1 # On Windows
build/build.ps1 # On Unix-likeWhen you built tests, you can see that this macros work. Unfortunately, macros aren't as powerful as normal code, so you have to type semicolons after statements and you can't unleash all powers of C++Script.