masak / bel

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

Add more tests for iflet/whenlet/whilet #436

Closed masak closed 1 year ago

masak commented 1 year ago

These three macros are general in a way that the previous tests didn't cover.

Closes #434.