YREA-SLS/SLS_C/README.md

22 lines
457 B
Markdown

# SLS C
This is the C implementation for the YREA SLS interpreter.
## Running
### Linux (UNIX)
Build Project: `make build`
Build and Run Project: `make run`
Build and Run Tests: `make test`
Interpreter binary location: `./bin/sls`
### Windows
Build Project: `nmake /f Makefile.nmake build`
Build and Run Project: `nmake /f Makefile.nmake run`
Build and Run Tests: `nmake /f Makefile.nmake test`
Interpreter binary location: `.\bin\sls.exe`