summaryrefslogtreecommitdiffhomepage
path: root/tools/mirb
AgeCommit message (Expand)Author
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