diff --git a/SLS_C/README.md b/SLS_C/README.md new file mode 100644 index 0000000..4e88750 --- /dev/null +++ b/SLS_C/README.md @@ -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`