A statically-typed, stack-based language with pure postfix notation. https://sls.purplecello.org
Go to file
Kyler Olsen 60e2f40816 Version Bump 2025-12-07 23:22:53 -07:00
SLS_C Version Bump 2025-12-07 23:22:53 -07:00
SLS_Python Version Bump 2025-12-07 23:22:53 -07:00
SLS_Rust Version Bump 2025-12-07 23:22:53 -07:00
SLS_Tests All reimplemented, lexer still needs to be finished 2025-12-01 23:37:10 -07:00
slides Just some final stuff 2025-12-07 23:09:54 -07:00
.gitignore Broke up test case generation 2025-11-12 11:09:13 -07:00
LICENSE First Commit 2025-10-27 16:17:23 -06:00
PROGRESS.md Add progress update for Checkpoint 3 2025-11-29 00:09:29 -07:00
README.md Worked on report 2025-12-03 16:45:37 -07:00
REPORT.md Just some final stuff 2025-12-07 23:09:54 -07:00
Turnin.txt Just some final stuff 2025-12-07 23:09:54 -07:00

README.md

YREA SLS

Kyler Olsen
October 2025
Snow College
SE 3250 Survey of Languages Final Project

SLS is a statically-typed, stack-based language with pure postfix notation combining the execution model of HP's RPL, the type system of C and Rust, and modern array operations from Uiua.