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

cpp-script-lang/cpp-script-preproccessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-script-preproccessor

Preproccessor (set of macros) for C++Script

Building (tests; this is header-only lib)

On Unix-like OS run in the root of this repo

build/build.bash

On Windows (in cmd) run in the root of this repo

build\build.bat

In PowerShell run in the root of this repo

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
build\build.ps1 # On Windows
build/build.ps1 # On Unix-like

Using

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

About

Preproccessor (set of macros) for C++Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published