534 Commits

Author SHA1 Message Date
Wang Renxin
6497e3d288 *renamed the EXIST statement to EXISTS.
*fixed a warning.
2017-10-22 15:51:28 +08:00
Wang Renxin
7c0ed0d418 *made some macros redefinable. 2017-10-21 00:59:42 +08:00
Wang Renxin
78b4091834 *fixed a wrong comparison bug of member names with the REFLECT statement. 2017-10-19 15:06:43 +08:00
Wang Renxin
8aa2028011 +added comparison between string and nil;
*fixed a multiple disposing bug with retrieved routine object;
*fixed a bug with uncleared parsing context.
2017-10-17 20:30:14 +08:00
Wang Renxin
9c21333949 *fixed crash with some cases. 2017-10-16 19:01:25 +08:00
Wang Renxin
8523c80d97 *fixed an error prompting bug with the INPUT statement. 2017-10-14 16:59:09 +08:00
Wang Renxin
ae3597a8ba *fixed a multiple disposing bug. 2017-10-14 16:44:40 +08:00
Wang Renxin
e9ffc75852 -avoided a warning. 2017-10-09 14:57:01 +08:00
Wang Renxin
9049e37909 *improved expression evaluation speed. 2017-10-09 14:32:14 +08:00
Wang Renxin
5fe40e2f52 *refactored expr calculation. 2017-10-08 17:49:57 +08:00
Wang Renxin
de3ff13389 *fixed an infinity loop bug with error handling; *fixed a wrong error locating bug. 2017-10-05 19:29:34 +08:00
Wang Renxin
c3438b2d57 +added a _SIMPLE_ARG_ERROR macro. *fixed wrong usage of _MULTILINE_STATEMENT. 2017-09-22 18:18:29 +08:00
Wang Renxin
3cdb490ab1 *used _MAKE_NIL. 2017-09-14 11:33:24 +08:00
Wang Renxin
3f570396c9 *fixed a referenced usertype cloning issue. 2017-09-13 22:11:11 +08:00
Wang Renxin
dd0a5260e1 +added a prompting for inputer. 2017-08-29 22:04:29 +08:00
Wang Renxin
89175d9d8b *improved forking. 2017-08-29 15:19:10 +08:00
Wang Renxin
ca7b01e07c *name meaningfully. 2017-08-15 12:29:14 +08:00
Wang Renxin
2349923a9b *polished. 2017-07-28 00:39:51 +08:00
Wang Renxin
f3ab800bec +added an mb_get_var_name function. 2017-07-24 19:25:49 +08:00
Wang Renxin
3784ea5566 *polishing. 2017-07-19 15:27:52 +08:00
Wang Renxin
df7f9f3885 *renamed MB_ANOTHER_LAMBDA -> MB_LAMBDA_ALIAS. 2017-07-13 20:25:36 +08:00
Wang Renxin
e83b078de1 *avoided warnings. 2017-07-07 13:08:49 +08:00
Wang Renxin
b095bd972a +added support to apply the FOR statement to an iterable class instance; *minor bugfix. 2017-07-07 11:01:23 +08:00
Wang Renxin
e17d45a651 *avoided warnings with some compilers. 2017-07-06 20:56:21 +08:00
Wang Renxin
ff944ef8f6 *refactored. 2017-07-04 16:41:01 +08:00
Wang Renxin
321d11ee2a *minor bugfix with iterable. 2017-07-04 15:42:13 +08:00
Wang Renxin
3fd45e45fd +added support to apply the FOR statement to an iterable referenced usertype. 2017-07-04 15:05:55 +08:00
Wang Renxin
283b7aa593 +added function overriding support of the ITERATOR statement. 2017-07-04 13:53:39 +08:00
Wang Renxin
b136fbb5dc *fixed a disposing bug with non-referenced array. 2017-07-03 18:15:51 +08:00
Wang Renxin
d5aa1867ee +added a customizable identifier alias macro for lambda. 2017-06-17 20:46:06 +08:00
Wang Renxin
e25bb710c2 *polished. 2017-06-15 13:28:55 +08:00
Wang Renxin
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. 2017-06-10 16:04:26 +08:00
Wang Renxin
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. 2017-06-07 16:18:58 +08:00
Wang Renxin
0cc19063ad *little modification. 2017-06-07 15:13:33 +08:00
Wang Renxin
ad762933ee *improved memory comparison function. 2017-06-05 13:28:27 +08:00
Wang Renxin
3359a224e3 +added an 'mb_keys_of_coll' function, which gets indices of a list or all keys of a dict. 2017-06-02 16:06:33 +08:00
Wang Renxin
6088d98714 *fixed a memory leak when applying GC on a forked environment. 2017-05-24 18:49:17 +08:00
Wang Renxin
c2376228e1 *fixed a potential memory leak with push. 2017-05-21 00:45:06 +08:00
Wang Renxin
b1f2ffa538 *improved stability by preventing assigning builtin boolean. *polished error constants. 2017-05-20 16:01:46 +08:00
Wang Renxin
2fd9519b09 *fixed some potential memory leak when popped unexpected type of argument. 2017-05-18 13:59:31 +08:00
Wang Renxin
10098a7e36 *fixed a forked structure disposing issue if error occurs. 2017-05-17 21:18:50 +08:00
Wang Renxin
3c580eceac *replaced from enabled to disabled to make it disabled == false as default. 2017-05-16 11:19:17 +08:00
Wang Renxin
86f756acf2 :1 2017-05-15 23:16:59 +08:00
Wang Renxin
3ba4fdec26 +added mb_get_gc_enabled and mb_set_gc_enabled functions. 2017-05-15 22:46:28 +08:00
Wang Renxin
aa083f26fc +added a clear_parser parameter to the mb_run function. +added an extra end of running checking after stepped. 2017-05-14 17:04:47 +08:00
Wang Renxin
f3b8fa1905 *optimized for embedded systems. 2017-05-13 13:36:04 +08:00
Wang Renxin
94ab881209 *fixed a wrong multi-line enabled bug when met unexpected token. 2017-05-12 20:39:12 +08:00
Wang Renxin
305f698b9a *fixed a crash bug when there's no receiver of a returned string value. 2017-05-10 21:04:34 +08:00
Wang Renxin
e414dabf4d *comment... 2017-05-08 21:09:41 +08:00
Wang Renxin
e21aad249b +added fork functions. 2017-05-08 20:59:28 +08:00