/SMATIMU-Interpreter

An interpreter for an esoteric programming language

Primary LanguageC++Boost Software License 1.0BSL-1.0

SMATIMU Interpreter

An interpreter written in C++ for my esoteric programming language, SMATIMU.

Usage:

Usage: smt.exe [file [--debug] | --help]
--debug, -d     Execute the program with a GDB-style debugger
--help, -h      Display this help message

Building

Download the source by using the following command in your command prompt:

$ git clone https://github.com/samcoppini/SMATIMU-Interpreter.git

or, alternatively, just download a zip file of the source code.

After downloading it, simply use make to create the executable. Requires a C++17 compatible compiler.