Zach Bishop - bishopz
Lindsey Kvarfordt - kvarforl
ThuyVy Nguyen - nguythu2
This is Plates, a stack based language. It features static typing, recursive functions, strings, and not as many puns as we thought it was going to.
To run the examples: exec ( )
Ex guessing game: exec (goodEx1 9) -- Output: SV (S "YouLose") Ex factorial: exec (goodEx2 5) -- Output: NV 120 Ex type error: exec (badEx1 5) -- Output: Error Ex type error: exec badEx2 -- Output: Error Ex stack underflow: exec badEx3 -- Output: Error