masak / bel

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

Add a test for '(let x (+ x 1) ...)' #403

Closed masak closed 2 years ago

masak commented 2 years ago

That is, an outer x should be visible in the expression that initializes an inner x.

This already works, it just hasn't been covered with a test.