Files
wren/test
Bob Nystrom 48db3a9620 Start adding support for runtime errors:
- Primitives can now signal an error.
- An error prints a callstack and ends the current (and right 
  now only) fiber.
- Arithmetic operators error if the operand is not a number.
- Real error for method not found.
- Associate source file name, and method names with functions.
- Debug line number info for functions.

Unfortunately, this regresses perf on fib about 15%, mostly
because of the better checking in arithmetic ops.

There's still a bunch of clean up to do, but this is a big step
in the right direction.
2014-01-01 13:25:24 -08:00
..
2013-12-24 21:04:11 -08:00
2013-12-23 11:17:40 -08:00
2013-12-24 21:04:11 -08:00
2013-12-29 10:46:21 -08:00
2013-12-23 11:37:47 -08:00
2013-12-24 21:04:11 -08:00
2013-12-29 10:46:21 -08:00
2013-12-24 21:04:11 -08:00