summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-compiler/bintest
AgeCommit message (Collapse)Author
2017-04-23Fix embedded document with unterminated terminatorNobuyoshi Nakada
`skips()` is `mrb_bool` function, should return `FALSE` at EOF, not `EOF`.
2016-11-29Interpret argument in 'f ()' as nil instead of nothingBouke van der Bijl
2015-09-30fix tests on windows.Yasuhiro Matsumoto
'bin/mruby' not work on windows. so correct command name and quoted arguments.
2015-06-01Compile mruby compiler as mrbgem.take_cheeze
Compiler codes is moved to "mruby-compiler". Executable `mrbc` is moved to "mruby-bin-mrbc".