nlfiedler / bakeneko

Scheme R7RS interpreter in Go
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Test nested lambda calls in compiled code #49

Open nlfiedler opened 10 years ago

nlfiedler commented 10 years ago

Not convinced that the VM will correctly return from a lambda called within a lambda. Add a test to vm_test.go that invokes a lambda from within another one.