Files
wren/test/core
Bob Nystrom 2c88e19497 Compile imports to closures, not fibers.
This is simpler and marginally faster. We don't need the overhead of
fibers since you can't have long or recursive import chains anyway.

More importantly, this makes the behavior more well-defined when you do
things like yield from an imported module. (Not that you should do that,
but if you do, it shouldn't do weird things.)
2018-03-17 09:33:33 -07:00
..
2015-09-15 07:46:09 -07:00
2015-09-15 07:46:09 -07:00
2016-08-03 22:42:31 -07:00
2015-09-15 07:46:09 -07:00
2017-09-20 20:27:02 -04:00
2017-04-08 12:53:33 -07:00
2015-09-15 07:46:09 -07:00
2015-09-15 07:46:09 -07:00