Skip to content

jhasse/coffeepp

Repository files navigation

Coffee++

Linux

Fedora:

sudo dnf install gcc-c++ boost-devel waf-python3

Ubuntu:

sudo apt install python3 g++ libboost-program-options-dev libboost-test-dev

Windows

Set up MSYS2 and install Waf, GCC and Boost:

pacman -S mingw-w64-x86_64-waf mingw-w64-x86_64-gcc mingw-w64-x86_64-boost

Build

waf

On Ubuntu you'll need to run the included Waf binary instead:

./waf

Usage

./build/coffee++ test.cf++

About

Little language that compiles into C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published