/C-gs2-interpreter

A gs2 interpreter written in C++

Primary LanguageC++Boost Software License 1.0BSL-1.0

gs2 interpreter

This repo is for a work-in-progress gs2 interpreter written in C++.

Building

Assuming you have Meson, Ninja, Boost and a compiler with C++17 support, the gs2 interpreter can built like so:

$ meson build --prefix=$(pwd)/dist
$ ninja -C build install
# The interpreter should now be installed at ./dist/bin/gs2