/cppmildew

A port of DMildew to C++17

Primary LanguageC++GNU General Public License v3.0GPL-3.0

CPPMildew

This is an experimental port of DMildew from D to C++17. See the D project for more information.

Building

First update googletest, git submodule init and then git submodule update.

From the main project directory run cmake -S . -B build and make -C build to configure and build all projects.

Running the REPL

From the main directory run build/run/run