A statically-typed, stack-based language with pure postfix notation. https://sls.purplecello.org
Go to file
Kyler Olsen 7c0f20a1af Just some final stuff 2025-12-07 23:09:54 -07:00
SLS_C Added pico support 2025-12-04 01:09:30 -07:00
SLS_Python Worked on report 2025-12-06 22:21:31 -07:00
SLS_Rust Made interpreter state json serializable in Rust port 2025-12-04 23:06:42 -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.