zmeadows / 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++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUILD

cd guppy
mkdir build
cd build
cmake ..
make

About

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

License:MIT License


Languages

Language:C++ 97.5%Language:CMake 2.5%Language:Objective-C 0.0%