Compiler for SIMPLE (a BASIC dialect) into SML (an interpreted language similar to machine code).
Compile using predefined Makefile for Linux or with the following
g++ --std=c++11 -o <destination> src/main.cpp src/compiler.cpp
For Windoze users, compile using preferred C compiler )