YREA-SLS/SLS_C
Kyler Olsen 2b44aad1c7 Merge branch 'master' into strings 2025-11-11 18:48:41 -07:00
..
include Updated to new string type 2025-11-08 01:02:01 -07:00
src Fixes for string.c 2025-11-10 21:29:01 -07:00
tests Updated to new string type 2025-11-08 01:02:01 -07:00
.gitignore Worked on makefile 2025-11-02 22:14:33 -07:00
Makefile Update CFLAGS and CTESTFLAGS to use C99 standard 2025-11-11 18:44:29 -07:00
README.md Update SLS_C/README.md 2025-11-03 11:26:04 -07:00
SlsStr.md Updated to new string type 2025-11-08 01:02:01 -07:00

README.md

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

Interpreter binary location: ./bin/sls