Update SLS_C/README.md

This commit is contained in:
Kyler Olsen 2025-11-03 11:26:04 -07:00
parent a13a226653
commit c26d0ff87a
1 changed files with 4 additions and 2 deletions

View File

@ -7,3 +7,5 @@ This is the C implementation for the YREA SLS interpreter.
Build Project: `make build` Build Project: `make build`
Build and Run Project: `make run` Build and Run Project: `make run`
Build and Run Tests: `make test` Build and Run Tests: `make test`
Interpreter binary location: `./bin/sls`