This website requires JavaScript.
Explore
Help
Sign In
admin
/
mruby-mruby
Watch
1
Star
0
Fork
0
You've already forked mruby-mruby
mirror of
https://github.com/mruby/mruby
synced
2026-06-08 16:11:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
be76cec3422ddedbfce48768db5aec004e2f0aee
mruby-mruby
/
mrbgems
/
mruby-compiler
/
core
T
History
Yukihiro "Matz" Matsumoto
49967097ed
Skip
nil?
method call in
if
conditionals.
...
Compile `if expr.nil?` to use `OP_JMPNIL` instead of calls.
2019-08-31 22:14:25 +09:00
..
codegen.c
Skip
nil?
method call in
if
conditionals.
2019-08-31 22:14:25 +09:00
keywords
Remove unnecessary prototypes from 'keywords`;
fix
#4628
2019-08-12 18:22:31 +09:00
lex.def
Remove unnecessary prototypes from 'keywords`;
fix
#4628
2019-08-12 18:22:31 +09:00
node.h
Remove unused
NODE_*
constants from
node.h
.
2018-08-25 09:41:21 +09:00
parse.y
Suppress warnings for
strncat()
2019-08-18 15:46:17 +09:00