From c26d0ff87aff1bd545787fc5955fddfea5be1ad9 Mon Sep 17 00:00:00 2001 From: Kyler Olsen Date: Mon, 3 Nov 2025 11:26:04 -0700 Subject: [PATCH] Update SLS_C/README.md --- SLS_C/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SLS_C/README.md b/SLS_C/README.md index 4e88750..5cd8f39 100644 --- a/SLS_C/README.md +++ b/SLS_C/README.md @@ -4,6 +4,8 @@ This is the C implementation for the YREA SLS interpreter. ## Running -Build Project: `make build` -Build and Run Project: `make run` +Build Project: `make build` +Build and Run Project: `make run` Build and Run Tests: `make test` + +Interpreter binary location: `./bin/sls`