YREA-SLS/SLS_C
Kyler Olsen b121c1dc9b Updated header paths 2025-11-05 15:18:50 -07:00
..
include Updated header paths 2025-11-05 15:18:50 -07:00
src Worked on lexer 2025-11-04 23:16:12 -07:00
tests Lexer tests working 2025-11-04 23:16:00 -07:00
.gitignore Worked on makefile 2025-11-02 22:14:33 -07:00
Makefile Excluding interpreter main.o from tests linking 2025-11-05 14:41:45 -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