summaryrefslogtreecommitdiffhomepage
path: root/src/parse.y
AgeCommit message (Expand)Author
2012-06-16parser_dump: local variable dump condition updatedYukihiro Matsumoto
2012-06-16Fix to show ensure nodeJunji Sawada
2012-06-15use ENABLE/DISABLE instead of INCLUDE for configuration macro namesYukihiro Matsumoto
2012-06-15Remove some redundant code.Masaki Muranaka
2012-06-14Fix typo in parser around tLEQMasaki Muranaka
2012-06-14should not ignore variable-less rest parameterYukihiro Matsumoto
2012-06-11zsuper should respect block given; close #185Yukihiro Matsumoto
2012-06-11parser_dump: no print "local variables" if no local variablesYukihiro Matsumoto
2012-06-03Refactor hardcoded PARSER_DUMP macroJon
2012-06-04remove mrb_open NULL check for small test programs. They are only for proof-...Yukihiro Matsumoto
2012-06-03Check mrb_open return value for NULLJon
2012-06-01rest argument offset might be -1 that means emptyYukihiro Matsumoto
2012-05-28column position adjustment was wrongYukihiro Matsumoto
2012-05-28ignore error nodes (with node_begin initialization)Yukihiro Matsumoto
2012-05-28column adjustment was wrong for pushed back charactersYukihiro Matsumoto
2012-05-27Add 'ifndef/endif' to avoid conflict of 'TRUE' definition.Masamitsu MURASE
2012-05-24parser->colum number was wrongYukihiro Matsumoto
2012-05-23remove warning for open paren after spaceYukihiro Matsumoto
2012-05-23allow empty paren as a valid exprYukihiro Matsumoto
2012-05-21use mrb's allocator; thanks to @mitchblankYukihiro Matsumoto
2012-05-20waring refactoring; print line numberYukihiro Matsumoto
2012-05-20Merge pull request #169 from mitchblank/cplusplusYukihiro "Matz" Matsumoto
2012-05-20Fix wrong castKazuki Tsujimoto
2012-05-20C++ compilability: don't use "node" as both a type and a memberMitchell Blank Jr
2012-05-20Add cast to remove "cast from pointer to integer of different size" warningKazuki Tsujimoto
2012-05-19should initialize p->sterm every parse timeYukihiro Matsumoto
2012-05-19mirb should detect end of expression smarterYukihiro Matsumoto
2012-05-19remove dependency to node.h and pool.hYukihiro Matsumoto
2012-05-19p->tree may be NULL; close #161Yukihiro Matsumoto
2012-05-18failed to initialize source stringYukihiro Matsumoto
2012-05-18move compile.h to mruby/compile.hYukihiro Matsumoto
2012-05-18yywarn should use warn_buffer not error_bufferYukihiro Matsumoto
2012-05-18remove mrb_parse_nstring_ext; use mrb_parser_new() then set p->capture_error ...Yukihiro Matsumoto
2012-05-18keep toplevel local variables; close #133Yukihiro Matsumoto
2012-05-18new API for parserYukihiro Matsumoto
2012-05-17compile error should contain line numberYukihiro Matsumoto
2012-05-17print line number in compile error messagesYukihiro Matsumoto
2012-05-17too many line count in nextc()Yukihiro Matsumoto
2012-05-17add cast to remove warning; close #154Yukihiro Matsumoto
2012-05-17no SEGV for nth_ref & back_ref; close #152Yukihiro Matsumoto
2012-05-17ignore return value from strtod()Yukihiro Matsumoto
2012-05-16Remove some redundant function declarations.Masaki Muranaka
2012-05-12Simplify while loop in peek_n().Masaki Muranaka
2012-05-11begin/end block should be isolated from outside; ported from CRuby r35620Yukihiro Matsumoto
2012-05-07intptr_t uses to cast only.Hiroyuki Iwatsuki
2012-05-06add const to char*Yuichiro MASUI
2012-05-03allow spaces between lambda arrow andYukihiro Matsumoto
2012-04-26Fix a few casting warnings.Patrick Hogan
2012-04-26parse.y: skip() should not ignore end-of-file; fix #55Yukihiro Matsumoto
2012-04-24EXPR_BEG by keywords is a start point of commands; backport r35457 from CRubyYukihiro Matsumoto