An interpreter written in C++ for my esoteric programming language, SMATIMU.
Usage: smt.exe [file [--debug] | --help]
--debug, -d Execute the program with a GDB-style debugger
--help, -h Display this help message
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.