lucbarr / sslang

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Go 99.9%Language:Makefile 0.1%