summaryrefslogtreecommitdiffhomepage
path: root/tools/mirb
AgeCommit message (Expand)Author
2012-09-10Fix writing errors in MakefilesDaniel Bovensiepen
2012-09-05Remove some redundant memset().Masaki Muranaka
2012-09-05Reset last_code_line instead of ruby_code.Masaki Muranaka
2012-09-03mirb would terminate on quit in the continuing lineYukihiro Matsumoto
2012-08-22file/line info passed to codegen; argument type of mrb_generate_code() has ch...Yukihiro Matsumoto
2012-08-17Don't exit if 'exit' or 'quit' are in quote blocksJoseph McCullough
2012-08-17'exit' and 'quit' cause exit regardless of open blockJoseph McCullough
2012-08-01should not leave open code on syntax errors; close #413Yukihiro Matsumoto
2012-07-17make mirb work even when DISABLE_STDIO is setYukihiro Matsumoto
2012-07-03add new function mrb_parser_free()Yukihiro Matsumoto
2012-07-03use mrbc_context; free parser for each iteration; close #312Yukihiro Matsumoto
2012-07-03refactor mirb codeYukihiro Matsumoto
2012-07-03add context arg to mrb_parser_parse()Yukihiro Matsumoto
2012-06-18Make CFLAG choices in Makefiles more flexibleDaniel Bovensiepen
2012-06-03Check mrb_open return value for NULLJon
2012-05-23Clean and DRY up the basic MakefilesJon
2012-05-23Teach mirb another way to quitJon
2012-05-22Merge pull request #180 from mitchblank/masterYukihiro "Matz" Matsumoto
2012-05-22Add native and cross compiling CMake build supportJon
2012-05-22change example code to do mrb_close()Mitchell Blank Jr
2012-05-19mirb code termination policy changedYukihiro Matsumoto
2012-05-19mirb termination command renamed to quitYukihiro Matsumoto
2012-05-19unterminated string detection made easyYukihiro Matsumoto
2012-05-19should initialize p->sterm every parse timeYukihiro Matsumoto
2012-05-19even smarter expression termination detectionYukihiro Matsumoto
2012-05-19mirb should detect end of expression smarterYukihiro Matsumoto
2012-05-18move compile.h to mruby/compile.hYukihiro Matsumoto
2012-05-18keep toplevel local variables; close #133Yukihiro Matsumoto
2012-05-15Makefile: remove echo action from all targetYukihiro Matsumoto
2012-05-12avoid c++ style commentsYukihiro Matsumoto
2012-05-12breaking newline before elseYukihiro Matsumoto
2012-05-12no #include unistd.h stdbool; close #124Yukihiro Matsumoto
2012-05-12Add additional hint to the code block guesser.Daniel Bovensiepen
2012-05-12Remove more unnecessary elementsDaniel Bovensiepen
2012-05-12Remove unnecessary elementsDaniel Bovensiepen
2012-05-12mirb - Embeddable Interactive Ruby ShellDaniel Bovensiepen