summaryrefslogtreecommitdiffhomepage
path: root/src/parse.y
AgeCommit message (Expand)Author
2012-10-18Fix wrong storage of data when hex-style string is loadedTakashi Sogabe
2012-09-27load_exec should return undef on syntax errorsYukihiro Matsumoto
2012-09-26should not call mrb_parser_free() on NULL pointerYukihiro Matsumoto
2012-09-12mrb_sym can be short integer; reduced 10KBYukihiro Matsumoto
2012-09-03remove memleaks using linked allocatorYukihiro Matsumoto
2012-09-03improve local variable dump in parser_dumpYukihiro Matsumoto
2012-09-01manage line number in yacc rules, not in lexerYukihiro Matsumoto
2012-08-22file/line info passed to codegen; argument type of mrb_generate_code() has ch...Yukihiro Matsumoto
2012-08-18remove BEGIN/END from syntaxYukihiro Matsumoto
2012-08-17Modify buffer size for filename.Masamitsu MURASE
2012-08-04load_exec(): Fix message lenghtes in mrb_exc_new().Masaki Muranaka
2012-07-29Make void casts explicit.Max Anselm
2012-07-22mruby should print exceptionYukihiro Matsumoto
2012-07-19mrb_load_* should return valueJiro Nishiguchi
2012-07-16Supress using switches with fallthru or a empty default label.Masaki Muranaka
2012-07-14Suppress some warnings about pointer casting.Masamitsu MURASE
2012-07-14mruby should print error properlyYukihiro Matsumoto
2012-07-14Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-07-14mrb_load to set mrb->exc on errorsYukihiro Matsumoto
2012-07-14mrb_load_xxx to return undef + mrb_undef_pYukihiro Matsumoto
2012-07-13clean -Wunused-function when defined DISABLE_STDIOSelman ULUG
2012-07-13simpify mruby/mrbc using contextYukihiro Matsumoto
2012-07-13allow DISABLE/ENABLE_SATDIOYukihiro Matsumoto
2012-07-13add missing (empty) default for swtch; close #364Yukihiro Matsumoto
2012-07-13remove st.h inclusionYukihiro Matsumoto
2012-07-11local variable order was screwed up in parser_init_cxt(); close #360Yukihiro Matsumoto
2012-07-09Merge pull request #357 from suzukaze/replace-tab-with-spacesYukihiro "Matz" Matsumoto
2012-07-10replace Tab with spaces in src/parse.ysuzukaze
2012-07-08Use mrb_calloc if you want zero cleard buffers.Masaki Muranaka
2012-07-04input cast to unsigned char for unqualified tolower(); close #342Yukihiro Matsumoto
2012-07-04stop strtod() warning; add more checks; close #247Yukihiro Matsumoto
2012-07-03use new function mrb_parser_free()Yukihiro Matsumoto
2012-07-03add new function mrb_parser_free()Yukihiro Matsumoto
2012-07-03raise SyntaxError only when capture_errors is setYukihiro Matsumoto
2012-07-03capture_errors can be specified by mrbc_contextYukihiro Matsumoto
2012-07-03preserve toplevel local variable info in mrbc_contextYukihiro Matsumoto
2012-07-03add context arg to mrb_parser_parse()Yukihiro Matsumoto
2012-07-03add context to parser, that would hold local variable info, filename, and lin...Yukihiro Matsumoto
2012-07-03modify compiler API; replace mrb_compie_xxx with mrb_load_xxx() that combines...Yukihiro Matsumoto
2012-07-03constify parser input stringsYukihiro Matsumoto
2012-07-03remove size_t from parserYukihiro Matsumoto
2012-06-28allow string interpolation in symbols like :"a=#{15}"Yukihiro Matsumoto
2012-06-28allow :"text" form; close #321Yukihiro Matsumoto
2012-06-26Merge pull request #330 from monaka/pr-fix-parser-y-to-supress-warning-array-...Yukihiro "Matz" Matsumoto
2012-06-27Supress "warning: array subscript has type ‘char’"Masaki Muranaka
2012-06-27Use sizeof to get char array sizes.Masaki Muranaka
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