YREA-SLS/SLS_C
Kyler Olsen 54a098a21f Made MSVC Specific Additions 2025-11-26 23:11:24 -07:00
..
include Made MSVC Specific Additions 2025-11-26 23:11:24 -07:00
src Fixed warnings 2025-11-24 15:02:46 -07:00
tests Made MSVC Specific Additions 2025-11-26 23:11:24 -07:00
.gitignore Fixed missing compile rules 2025-11-26 22:52:21 -07:00
Failing Tests.md Adjusted error handling 2025-11-23 23:32:42 -07:00
Implementation Mismatches.md Added PROGRESS.md 2025-11-20 23:17:22 -07:00
Makefile Fail compilation on warning 2025-11-23 23:47:41 -07:00
Makefile.nmake Fixed missing compile rules 2025-11-26 22:52:21 -07:00
README.md Added nmake Makefile 2025-11-24 15:11:55 -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

Linux (UNIX)

Build Project: make build
Build and Run Project: make run
Build and Run Tests: make test

Interpreter binary location: ./bin/sls

Windows

Build Project: nmake /f Makefile.nmake build
Build and Run Project: nmake /f Makefile.nmake run
Build and Run Tests: nmake /f Makefile.nmake test

Interpreter binary location: .\bin\sls.exe