/guppy

Guppy is an attempt to build a modest functional language for solving number theory problems (a la project euler). It is intended for educational use only and aimed at building a compiler from scratch in modern C++.

Primary LanguageC++MIT LicenseMIT

BUILD

cd guppy
mkdir build
cd build
cmake ..
make