masak / bel

An interpreter for Bel, Paul Graham's Lisp language
GNU General Public License v3.0
25 stars 1 forks source link

Remove iflet, whenlet, whilet #435

Closed masak closed 1 year ago

masak commented 1 year ago

These were not general enough to account for a case where the declarand was a parameter list instead of just a single variable.

Addresses #434.