gokr / spry

A Smalltalk and Rebol inspired language implemented as an AST interpreter in Nim
Other
390 stars 23 forks source link

Problem in tests with variables #3

Closed ray-delossantos closed 8 years ago

ray-delossantos commented 8 years ago

Traceback (most recent call last) nitest.nim(97) nitest nitest.nim(9) run ni.nim(783) eval ni.nim(762) evalDo ni.nim(743) eval ni.nim(634) canEval ni.nim(638) canEval ni.nim(338) lookup ni.nim(328) lookup ni.nim(334) lookup niparser.nim(197) lookup tables.nim(302) [] tables.nim(110) [] Error: unhandled exception: key not found: x [KeyError] TEST FAILED

gokr commented 8 years ago

Not sure exactly what that was, but I pushed some more work and it works now. :)