YREA-SLS/SLS_C
Kyler Olsen 681322ea2e Lexer can now do most integers 2025-11-06 14:44:57 -07:00
..
include Updated to test lexical errors 2025-11-05 22:48:07 -07:00
src Lexer can now do most integers 2025-11-06 14:44:57 -07:00
tests Worked on tests 2025-11-06 00:54:52 -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