Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 266 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 266 Bytes

Scheme Interpreter

Interpreter for scheme written in Haskell. Currently supporting arithmetic operations, if-statements and let-statements.

Special syntax

lambda (param) (body) //the parameter(s) always need to be written within parantheses after lambda