1
0
forked from Mirror/wren
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-25 15:03:17 -08:00
2013-12-28 09:37:41 -08:00
2013-12-25 15:01:45 -08:00
2013-11-21 21:41:44 -08:00
Description
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
MIT 12 MiB
Languages
Wren 84.3%
C 10.7%
Makefile 1.8%
Python 1.6%
Dart 0.6%
Other 0.9%