Skip to content
This repository was archived by the owner on May 10, 2019. It is now read-only.
/ SIMPLE-Compiler Public archive

Compiler for SIMPLE (an BASIC dialect) into SML

Notifications You must be signed in to change notification settings

hdamron17/SIMPLE-Compiler

Repository files navigation

SIMPLE-Compiler

Compiler for SIMPLE (a BASIC dialect) into SML (an interpreted language similar to machine code).

Compile

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

Execute

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

About

Compiler for SIMPLE (an BASIC dialect) into SML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •