Commit Graph

  • ec89b18d4d *should handle single line struct properly. Wang Renxin 2017-11-07 19:31:31 +08:00
  • 01b4b2e00e *fixed a bug with single-line nested IF statement. Wang Renxin 2017-11-07 16:28:10 +08:00
  • abbe1f85be *should mark the whole outer-scope chain when collecting garbage with a closure. Wang Renxin 2017-11-07 11:21:15 +08:00
  • 91ad8cd226 *fixed a gc bug with routine in a collection. Wang Renxin 2017-11-05 21:01:57 +08:00
  • 40873ca805 *fixed a GC bug with retrieved routine. Wang Renxin 2017-11-05 20:24:25 +08:00
  • 20a4ab7c06 *fixed a GC bug with upvalues in a closure. Wang Renxin 2017-11-05 19:23:20 +08:00
  • ef73407de3 *fixed a crash bug with conflicting routine and class identifier. *fixed a dangling pointer bug with incomplete structures. *fixed a memory leak with wrong routine or class identifier. *fixed a memory leak with incomplete structures. Wang Renxin 2017-11-05 18:13:30 +08:00
  • 5e52e72cf7 *refactored the tag of memory allocation. Wang Renxin 2017-11-05 14:17:21 +08:00
  • 61effb8d4b *should prompt missing file while importing. Wang Renxin 2017-11-03 14:37:50 +08:00
  • 6fc5d6fb7d *improved loading and importing error handling. Wang Renxin 2017-11-03 09:55:23 +08:00
  • dcc187a5ea +added some location parameters to the mb_get_last_error function. Wang Renxin 2017-11-01 21:41:56 +08:00
  • b12a60650d *bugfix for simple array. Wang Renxin 2017-10-31 14:43:38 +08:00
  • dc7ecd8ed8 +added support to apply the STR statement to a type value. *fixed a referencing bug with an unnamed array. Wang Renxin 2017-10-30 14:11:35 +08:00
  • 330e6a7f0f *fixed a crash bug when access an unnamed array. Wang Renxin 2017-10-29 16:27:27 +08:00
  • 0376dbcbca *updated binaries. Wang Renxin 2017-10-25 14:27:16 +08:00
  • bd7d1712d0 *fixed a memory leak with an unexpected value. Wang Renxin 2017-10-25 13:19:51 +08:00
  • c3dfe71c9c *fixed a memory leak with a hanged value. *fixed some crash. Wang Renxin 2017-10-24 20:52:51 +08:00
  • 23e29abb45 +added support to apply the CLONE statement to a referenced usertype. Wang Renxin 2017-10-23 16:41:57 +08:00
  • 48134bb692 *typo. Wang Renxin 2017-10-22 15:53:37 +08:00
  • 6497e3d288 *renamed the EXIST statement to EXISTS. *fixed a warning. Wang Renxin 2017-10-22 15:51:28 +08:00
  • 7c0ed0d418 *made some macros redefinable. Wang Renxin 2017-10-21 00:59:42 +08:00
  • 184ce4621d *reformatted. Wang Renxin 2017-10-20 14:38:04 +08:00
  • 78b4091834 *fixed a wrong comparison bug of member names with the REFLECT statement. Wang Renxin 2017-10-19 15:06:43 +08:00
  • 8aa2028011 +added comparison between string and nil; *fixed a multiple disposing bug with retrieved routine object; *fixed a bug with uncleared parsing context. Wang Renxin 2017-10-17 20:30:14 +08:00
  • 9c21333949 *fixed crash with some cases. Wang Renxin 2017-10-16 19:01:25 +08:00
  • d5973b6aac *updated doc. Wang Renxin 2017-10-15 16:05:44 +08:00
  • 8523c80d97 *fixed an error prompting bug with the INPUT statement. Wang Renxin 2017-10-14 16:59:09 +08:00
  • ae3597a8ba *fixed a multiple disposing bug. Wang Renxin 2017-10-14 16:44:40 +08:00
  • e9ffc75852 -avoided a warning. Wang Renxin 2017-10-09 14:57:01 +08:00
  • 9049e37909 *improved expression evaluation speed. Wang Renxin 2017-10-09 14:32:14 +08:00
  • 5fe40e2f52 *refactored expr calculation. Wang Renxin 2017-10-08 17:49:57 +08:00
  • de3ff13389 *fixed an infinity loop bug with error handling; *fixed a wrong error locating bug. Wang Renxin 2017-10-05 19:29:34 +08:00
  • 540c9eb22a *updated doc. Wang Renxin 2017-09-27 12:08:41 +08:00
  • c3438b2d57 +added a _SIMPLE_ARG_ERROR macro. *fixed wrong usage of _MULTILINE_STATEMENT. Wang Renxin 2017-09-22 18:18:29 +08:00
  • 3cdb490ab1 *used _MAKE_NIL. Wang Renxin 2017-09-14 11:33:24 +08:00
  • 3f570396c9 *fixed a referenced usertype cloning issue. Wang Renxin 2017-09-13 22:11:11 +08:00
  • 4eff522bcd *should check compiling for arduino in my_basic.c only. Wang Renxin 2017-09-13 21:48:45 +08:00
  • 3c42b7cd43 *modified compiler dependent macros. Wang Renxin 2017-09-10 14:01:42 +08:00
  • 7441e6f560 *updated doc. Wang Renxin 2017-08-29 22:07:11 +08:00
  • dd0a5260e1 +added a prompting for inputer. Wang Renxin 2017-08-29 22:04:29 +08:00
  • 89175d9d8b *improved forking. Wang Renxin 2017-08-29 15:19:10 +08:00
  • ca7b01e07c *name meaningfully. Wang Renxin 2017-08-15 12:29:14 +08:00
  • edafb78813 *reformatted. Wang Renxin 2017-08-05 16:07:49 +08:00
  • ac340afb72 *clarified some functions. Wang Renxin 2017-08-05 16:03:14 +08:00
  • 0837249d73 *updated the doc. Wang Renxin 2017-08-01 11:28:11 +08:00
  • 2349923a9b *polished. Wang Renxin 2017-07-28 00:39:51 +08:00
  • 543c73896d *typos. Wang Renxin 2017-07-28 00:32:55 +08:00
  • 457d0d9486 *updated a url. Wang Renxin 2017-07-27 23:32:31 +08:00
  • 3bd0dfc0bb Set theme jekyll-theme-architect Wang Renxin 2017-07-27 23:22:55 +08:00
  • 425a4e35b3 *updated binaries. Wang Renxin 2017-07-27 14:52:00 +08:00
  • 546922e123 *updated the doc. *updated some urls. Wang Renxin 2017-07-27 13:41:30 +08:00
  • c117aaf100 *fixed semantic mistakes of buffer size. Wang Renxin 2017-07-26 13:43:14 +08:00
  • f3ab800bec +added an mb_get_var_name function. Wang Renxin 2017-07-24 19:25:49 +08:00
  • 3784ea5566 *polishing. Wang Renxin 2017-07-19 15:27:52 +08:00
  • df7f9f3885 *renamed MB_ANOTHER_LAMBDA -> MB_LAMBDA_ALIAS. Wang Renxin 2017-07-13 20:25:36 +08:00
  • c6c676682e *nothing serious. Wang Renxin 2017-07-13 20:18:40 +08:00
  • e83b078de1 *avoided warnings. Wang Renxin 2017-07-07 13:08:49 +08:00
  • 59ea9c522e +added a "Use iterators" wiki ref. Wang Renxin 2017-07-07 11:34:05 +08:00
  • b095bd972a +added support to apply the FOR statement to an iterable class instance; *minor bugfix. Wang Renxin 2017-07-07 11:01:23 +08:00
  • e17d45a651 *avoided warnings with some compilers. Wang Renxin 2017-07-06 20:56:21 +08:00
  • ff944ef8f6 *refactored. Wang Renxin 2017-07-04 16:41:01 +08:00
  • 321d11ee2a *minor bugfix with iterable. Wang Renxin 2017-07-04 15:42:13 +08:00
  • 3fd45e45fd +added support to apply the FOR statement to an iterable referenced usertype. Wang Renxin 2017-07-04 15:05:55 +08:00
  • 283b7aa593 +added function overriding support of the ITERATOR statement. Wang Renxin 2017-07-04 13:53:39 +08:00
  • b136fbb5dc *fixed a disposing bug with non-referenced array. Wang Renxin 2017-07-03 18:15:51 +08:00
  • d5aa1867ee +added a customizable identifier alias macro for lambda. Wang Renxin 2017-06-17 20:46:06 +08:00
  • e25bb710c2 *polished. Wang Renxin 2017-06-15 13:28:55 +08:00
  • e73db1ce56 *updated gitignore. Wang Renxin 2017-06-15 11:45:18 +08:00
  • 796649f812 *polished gitignore, clean and readme. Wang Renxin 2017-06-15 11:39:57 +08:00
  • 62db9a4aaa +添加微信扫码捐款方式. Wang Renxin 2017-06-15 11:09:45 +08:00
  • ab382b9728 *fixed a processing bug with the ELSE statement, thanks to yukini3 for pointing it out. *avoided warnings with some compilers. *modified output path with visual studio. *updated binaries. Wang Renxin 2017-06-10 16:04:26 +08:00
  • de6e9b5b60 *updated readme. Wang Renxin 2017-06-08 13:22:55 +08:00
  • 4804d03458 !!! SOME NAMES HAVE BEEN CHANGED !!! +added an mb_get_routine_type function. *renamed mb_close_forked to mb_join. *fixed some type name typos. Wang Renxin 2017-06-07 16:18:58 +08:00
  • 0cc19063ad *little modification. Wang Renxin 2017-06-07 15:13:33 +08:00
  • ad762933ee *improved memory comparison function. Wang Renxin 2017-06-05 13:28:27 +08:00
  • 3359a224e3 +added an 'mb_keys_of_coll' function, which gets indices of a list or all keys of a dict. Wang Renxin 2017-06-02 16:06:33 +08:00
  • 8576bfd6c2 *made an independent size define of raw bytes. Wang Renxin 2017-05-29 15:38:31 +08:00
  • 6088d98714 *fixed a memory leak when applying GC on a forked environment. Wang Renxin 2017-05-24 18:49:17 +08:00
  • c2376228e1 *fixed a potential memory leak with push. Wang Renxin 2017-05-21 00:45:06 +08:00
  • b1f2ffa538 *improved stability by preventing assigning builtin boolean. *polished error constants. Wang Renxin 2017-05-20 16:01:46 +08:00
  • 2fd9519b09 *fixed some potential memory leak when popped unexpected type of argument. Wang Renxin 2017-05-18 13:59:31 +08:00
  • 10098a7e36 *fixed a forked structure disposing issue if error occurs. Wang Renxin 2017-05-17 21:18:50 +08:00
  • 2a6b94f857 +added a link to structured exception handling. Wang Renxin 2017-05-16 15:42:01 +08:00
  • 3c580eceac *replaced from enabled to disabled to make it disabled == false as default. Wang Renxin 2017-05-16 11:19:17 +08:00
  • 86f756acf2 :1 Wang Renxin 2017-05-15 23:16:59 +08:00
  • 3ba4fdec26 +added mb_get_gc_enabled and mb_set_gc_enabled functions. Wang Renxin 2017-05-15 22:46:28 +08:00
  • c855bea20c *fixed compile issues for last commit: "added a clear_parser parameter to the mb_run function. added an extra end of running checking after stepped." Wang Renxin 2017-05-14 17:10:10 +08:00
  • aa083f26fc +added a clear_parser parameter to the mb_run function. +added an extra end of running checking after stepped. Wang Renxin 2017-05-14 17:04:47 +08:00
  • f3b8fa1905 *optimized for embedded systems. Wang Renxin 2017-05-13 13:36:04 +08:00
  • 94ab881209 *fixed a wrong multi-line enabled bug when met unexpected token. Wang Renxin 2017-05-12 20:39:12 +08:00
  • 305f698b9a *fixed a crash bug when there's no receiver of a returned string value. Wang Renxin 2017-05-10 21:04:34 +08:00
  • f83627bd20 +added an mb_make_usertype_bytes macro. Wang Renxin 2017-05-10 18:45:18 +08:00
  • e414dabf4d *comment... Wang Renxin 2017-05-08 21:09:41 +08:00
  • e21aad249b +added fork functions. Wang Renxin 2017-05-08 20:59:28 +08:00
  • e0312fa4af +added a global alive object checker. Wang Renxin 2017-05-08 15:48:27 +08:00
  • 3b7d62b073 *polished some text. Wang Renxin 2017-05-08 11:04:55 +08:00
  • 6dce8f749d *fixed a wrong context processing bug when evaluating a routine manually, thanks to Diederik for pointing it out. Wang Renxin 2017-05-07 14:13:09 +08:00
  • 38c7908bc7 +added a tobe returned parameter to the mb_eval_routine function; *fixed a mistake. Wang Renxin 2017-05-06 20:47:25 +08:00
  • 1eff3e902b +added reenterable running; *fixed a multiple disposing bug. Wang Renxin 2017-05-03 17:34:16 +08:00
  • 8f255ceb71 *polished some words. Wang Renxin 2017-05-03 00:09:00 +08:00