YREA-SLS/SLS_C
Kyler Olsen 29a83a4bae Started reworking numeric literals 2025-11-07 14:32:03 -07:00
..
include Renamed errors.h and separated bool.h 2025-11-07 14:29:33 -07:00
src Started reworking numeric literals 2025-11-07 14:32:03 -07:00
tests Renamed errors.h and separated bool.h 2025-11-07 14:29:33 -07:00
.gitignore Worked on makefile 2025-11-02 22:14:33 -07:00
Makefile Added gdb debug to makefile 2025-11-06 14:33:51 -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