Kenta Sato
/
0.14
(KARUPA on 2018-01-16)
0.13
(KARUPA on 2018-01-16)
0.12
(KARUPA on 2016-01-21)
0.11
(KARUPA on 2015-12-12)
0.10
(KARUPA on 2015-06-22)
0.09
(KARUPA on 2015-06-22)
0.08
(KARUPA on 2015-06-21)
0.07
(KARUPA on 2015-06-21)
'
0.06
(TOKUHIROM on 2012-07-05)
0.05
(TOKUHIROM on 2012-07-03)
0.04
(TOKUHIROM on 2012-06-29)
0.03
(TOKUHIROM on 2012-06-21)
0.02
(TOKUHIROM on 2012-06-21)
0.01
(TOKUHIROM on 2012-06-21)
mRuby-0.07
River stage zero
No dependents
1 ++
/
README.md
NAME
mRuby - mruby binding for perl5.
SYNOPSIS
use mRuby;
my $mrb = mRuby::State->new();
my $st = $mrb->parse_string('9');
my $proc = $mrb->generate_code($st);
$st->pool_close();
my $ret = $mrb->run($proc, undef);
DESCRIPTION
mRuby is mruby binding for perl5.
AUTHOR
Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>
SEE ALSO
mRuby
LICENSE
Copyright (C) Tokuhiro Matsuno
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.