|
|
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| tests | ||
| .gitignore | ||
| Implementation Mismatches.md | ||
| Makefile | ||
| README.md | ||
| SlsStr.md | ||
README.md
SLS C
This is the C implementation for the YREA SLS interpreter.
Running
Build Project: make build
Build and Run Project: make run
Build and Run Tests: make test
Interpreter binary location: ./bin/sls