Add SLS_C/README.md
This commit is contained in:
parent
7777b533e8
commit
a13a226653
|
|
@ -0,0 +1,9 @@
|
||||||
|
# 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`
|
||||||
Loading…
Reference in New Issue