Add SLS_C/README.md

This commit is contained in:
Kyler Olsen 2025-11-03 11:24:28 -07:00
parent 7777b533e8
commit a13a226653
1 changed files with 9 additions and 0 deletions

9
SLS_C/README.md Normal file
View File

@ -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`