A statically-typed, stack-based language with pure postfix notation. https://sls.purplecello.org
Go to file
Kyler Olsen c89acbbdfb Started Raspberry Pi Pico build target 2025-12-03 23:57:33 -07:00
SLS_C Started Raspberry Pi Pico build target 2025-12-03 23:57:33 -07:00
SLS_Python Added builtin operators to python port 2025-12-03 23:43:32 -07:00
SLS_Rust Fixed version numbers 2025-12-03 15:14:29 -07:00
SLS_Tests All reimplemented, lexer still needs to be finished 2025-12-01 23:37:10 -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 More on report 2025-12-03 23:28:08 -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.