YREA-SLS/SLS_C
Kyler Olsen 68665a82ae Whitespace doesn't break stuff 2025-11-20 16:43:24 -07:00
..
include Added extra tests for additional tests that are not generated 2025-11-17 11:04:03 -07:00
src Whitespace doesn't break stuff 2025-11-20 16:43:24 -07:00
tests White space breaks stuff, but other than that its good 2025-11-20 15:42:40 -07:00
.gitignore Worked on makefile 2025-11-02 22:14:33 -07:00
Implementation Mismatches.md Float literals are working 2025-11-17 21:53:25 -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 Setting up float and character tests 2025-11-14 17:22:06 -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