YREA-SLS/SLS_C
Kyler Olsen 2ea933c8b1 Fixed bootstrap problem 2025-11-04 21:25:07 -07:00
..
include Fixed bootstrap problem 2025-11-04 21:25:07 -07:00
src Worked on makefile 2025-11-02 22:14:33 -07:00
tests Implemented test_square_fn test case 2025-11-03 15:21:36 -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 Update SLS_C/README.md 2025-11-03 11:26:04 -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