slag-plt / scamper

A mini-Scheme implementation designed for teaching, targeting the web
0 stars 1 forks source link

Bug: invalid application causes ICE #37

Closed psosera closed 1 year ago

psosera commented 1 year ago
(define x 5)

(display (x))

Fails silently in evaluation and ICEs on stepping.