YREA-SLS/SLS_C
Kyler Olsen a13a226653 Add SLS_C/README.md 2025-11-03 11:24:28 -07:00
..
include Fixed errors in tests 2025-11-02 22:33:29 -07:00
src Worked on makefile 2025-11-02 22:14:33 -07:00
tests Fixed errors in tests 2025-11-02 22:33:29 -07:00
.gitignore Worked on makefile 2025-11-02 22:14:33 -07:00
Makefile Finished makefile 2025-11-02 22:15:16 -07:00
README.md Add SLS_C/README.md 2025-11-03 11:24:28 -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