Compile using predefined Makefile for Linux or with the following
g++ --std=c++11 -o simplec src/main.cpp src/compiler.cpp
For Windoze users, compile using preferred C++ compiler
Compile a file "input.sb" by typing the following
./simplec <input file>
or
./simplec <input file> <output file>
SML code can be interpreted using the SML Interpreter on Github
========= See User manual for more
Project hosted on Github