/sslang

Compiler implementation for Simple Script Language, a programming language made up by our Compilers professor.

Primary LanguageGo

sslang

this is a compiler for Compilers class made up language, "Simple Script Language".

building

requires:

- Go 1.11

clone the repository wherever, then:

cd sslang
go build
./sslang example.ssl

output will be:

out

testing

simply run:

make test