This website requires JavaScript.
Explore
Mail
Help
Register
Sign In
Meson
/
wren
Watch
1
Star
0
Fork
0
You've already forked wren
forked from
Mirror/wren
Code
Pull Requests
Activity
Files
ecce1f6be9fb2a177e1c61577d5f1fd16e36cc80
wren
/
test
/
core
/
function
History
ruby0x1
45c67fae0c
Fn call: move arity check into interpret loop, which avoid the expensive if after the call, since runtime errors originating inside the call itself will still be handled, we only have the one emitted from call itself.
...
This brings the benchmark back up to where it was.
2020-09-18 15:42:37 -07:00
..
arity.wren
"IO" -> "System".
2015-09-15 07:46:09 -07:00
call_extra_arguments.wren
Simple string interpolation.
2015-11-11 07:55:48 -08:00
call_missing_arguments.wren
Get rid of the special "call" primitive result type.
2015-10-03 19:04:11 -07:00
call_runtime_error.wren
Fn call: move arity check into interpret loop, which avoid the expensive if after the call, since runtime errors originating inside the call itself will still be handled, we only have the one emitted from call itself.
2020-09-18 15:42:37 -07:00
equality.wren
Test that multiple closures of the same code are unequal.
2016-03-26 14:22:38 -07:00
new_wrong_arg_type.wren
Make constructors just methods.
2015-07-10 09:18:22 -07:00
to_string.wren
"IO" -> "System".
2015-09-15 07:46:09 -07:00
type.wren
"IO" -> "System".
2015-09-15 07:46:09 -07:00