plum-umd / the-838e-compiler

Compiler for CMSC 838E
2 stars 0 forks source link

n-ary let #37

Closed dvanhorn closed 3 years ago

dvanhorn commented 3 years ago

Currently let expressions have to be of the form (let ((x e)) e); it should be easy to generalize to any fixed number of variables.