dyoo / moby-scheme

The Moby Scheme Compiler for Smartphones
http://world.cs.brown.edu/
53 stars 8 forks source link

local isn't checking multiple bodies #40

Closed dyoo closed 15 years ago

dyoo commented 15 years ago

from the test-repl,

(local [] 1 2 3)

is not dying as expected.

dyoo commented 15 years ago

Fixed in local repository; I'll push it to github tonight.