131 Commits

Author SHA1 Message Date
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
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
8576bfd6c2 *made an independent size define of raw bytes. 2017-05-29 15:38:31 +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
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
f83627bd20 +added an mb_make_usertype_bytes macro. 2017-05-10 18:45:18 +08:00
Wang Renxin
e21aad249b +added fork functions. 2017-05-08 20:59:28 +08:00
Wang Renxin
e0312fa4af +added a global alive object checker. 2017-05-08 15:48:27 +08:00
Wang Renxin
38c7908bc7 +added a tobe returned parameter to the mb_eval_routine function; *fixed a mistake. 2017-05-06 20:47:25 +08:00
Wang Renxin
9913258e46 +added an alive object checker of referenced usertype. 2017-03-29 16:48:48 +08:00
Wang Renxin
44cadff9dc *improved compatibility with compilers. 2017-03-02 18:17:39 +08:00
Wang Renxin
a1fd96aa03 +added an MBIMPL macro;
*fixed some platform dependent macro issues for apple systems;
*polished OS names.
2017-02-25 13:12:46 +08:00
Wang Renxin
de0a3b7cc5 *improved meta function. 2017-02-16 13:38:35 +08:00
Wang Renxin
696f8af283 *polished structures. 2017-02-13 16:41:18 +08:00
Wang Renxin
347f46340f +added an MBCONST macro. 2017-02-04 13:47:49 +08:00
Wang Renxin
c205aa4ebd *fixed a crash bug with unmatched ENDIF statement, thanks to yukini3 for pointing it out. 2017-01-19 14:10:11 +08:00
Wang Renxin
69eb74ae35 *improved the stepped handler. 2017-01-17 15:22:26 +08:00
Wang Renxin
f362d0adb3 *changed the return type of mb_ver;
*polished.
2016-12-31 17:38:45 +08:00
Wang Renxin
144d392851 *unified line ending. 2016-12-26 16:38:01 +08:00
Wang Renxin
aa5885ff45 *narrowed array structure;
*narrowed bool_t;
*updated doc;
*polished something.
2016-12-20 20:33:42 +08:00
Wang Renxin
eb2b097a4a *improved input statement;
*fixed a warning.
2016-12-16 11:26:16 +08:00
Wang Renxin
b50dce23a1 *minor improvement. 2016-12-06 22:21:55 +08:00
Wang Renxin
cae42d6a8e *avoided some warnings with 64bit vc++;
*polished interpreter help text.
2016-12-01 18:11:24 +08:00
Wang Renxin
683b8f96a4 *polished code. 2016-08-06 23:37:48 +08:00
Wang Renxin
44b54bd524 +added a program too long error. 2016-07-20 10:11:56 +08:00
Wang Renxin
b1857145b2 *refactored error enum. 2016-07-19 19:09:50 +08:00
Wang Renxin
cc1ef81c1f +added a weak reference count overflow error. 2016-07-19 18:53:20 +08:00
Wang Renxin
568270906a +added a too many routines error; +added a reference count overflow error. 2016-07-19 18:30:51 +08:00
Wang Renxin
571f001249 *moved type enum type down. 2016-07-19 16:29:36 +08:00
Wang Renxin
8645eac69e *improved boolean operation. 2016-07-14 10:15:01 +08:00
Wang Renxin
4ad40cd169 +added a hash and compare must come together error. 2016-07-11 13:14:05 +08:00
Wang Renxin
9b725b32fc +added function overriding support for referenced usertype. 2016-07-07 13:09:58 +08:00
Wang Renxin
d18ebbae28 *improved error prompting for collection manipulation. 2016-07-07 10:41:47 +08:00
Wang Renxin
54d29eb513 *improved error handling 2016-07-05 12:39:53 +08:00
Wang Renxin
9138a73a32 *refactored formatting functor of a referenced usertype. 2016-06-28 17:39:34 +08:00
Wang Renxin
96c79b6afe +added a context parameter to stepped handler. 2016-06-27 09:53:49 +08:00
Wang Renxin
a1e34a70e1 *used bitwise meta function type definition. 2016-06-23 10:50:27 +08:00
Wang Renxin
c02f468a7d +added unary negative meta function overriding support for referenced usertype. 2016-06-23 10:19:10 +08:00
Wang Renxin
c84ede2203 *simplified double precision float number redefinition. 2016-06-07 11:09:15 +08:00
Wang Renxin
7f333af1e8 *simplified double precision float number redefinition. 2016-06-07 10:41:23 +08:00
paladin-t
f83c12ca57 +added utf8 bom detection even with MB_ENABLE_UNICODE disabled; *fixed a bug in asc with utf8 character. 2016-05-19 10:37:12 +08:00
paladin-t
6634864eda +added an error type; *optimized expression calculation; *refactored code. 2016-05-13 10:18:27 +08:00
paladin-t
940a4ba74e +added an invalid operation usage error when met unexpected expression. 2016-04-26 20:29:31 +08:00
paladin-t
f529ffb4e1 +added utf8 token support. 2016-04-22 17:14:02 +08:00
paladin-t
74178295db *refactored error message. 2016-04-19 11:57:06 +08:00
paladin-t
b1345f2305 +added some error raising when met incomplete routine or class. 2016-04-15 14:01:04 +08:00