YREA-SLS/SLS_C
Kyler Olsen bc4b65ed2c Worked on nmake on windows 2025-11-24 15:23:57 -07:00
..
include Tests are compiling and running again 2025-11-23 21:26:38 -07:00
src Fixed warnings 2025-11-24 15:02:46 -07:00
tests Fixed warnings 2025-11-24 15:02:46 -07:00
.gitignore Worked on makefile 2025-11-02 22:14:33 -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 Worked on nmake on windows 2025-11-24 15:23:57 -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