Andrew Pamment
|
571c3f9c0d
|
Updates for quinn
|
2021-12-12 12:00:24 +10:00 |
|
Wang Renxin
|
82a3acfcce
|
#43 *Clarified error of assigning to reserved words.
|
2021-06-28 10:01:47 +08:00 |
|
Wang Renxin
|
281a292d94
|
*welcome 2021. *updated the reference document.
|
2021-01-22 16:24:42 +08:00 |
|
Wang Renxin
|
b55f50e4e5
|
*improved incomplete IF structure error prompting.
|
2020-04-09 17:12:22 +08:00 |
|
Wang Renxin
|
67353d1da8
|
*fixed a wrong scope processing bug when resetting interpreter.
|
2018-12-31 16:13:06 +08:00 |
|
Wang Renxin
|
a5b3447918
|
*reordered a few functions.
|
2018-06-29 16:14:24 +08:00 |
|
Wang Renxin
|
74971e5df7
|
+added platform dependent macros for emscripten.
|
2018-05-13 10:07:04 +08:00 |
|
Wang Renxin
|
d57266910f
|
+added a redir parameter to mb_get_var .
|
2018-03-27 16:01:30 +08:00 |
|
Wang Renxin
|
35944a5565
|
*fixed a stepping bug in the if statement.
|
2018-03-10 14:06:34 +08:00 |
|
Wang Renxin
|
a08c6c845c
|
*happy new year. hope i can make a release of v1.2 in 2018.
|
2017-12-30 12:31:07 +08:00 |
|
Wang Renxin
|
7ee57db895
|
*it's better to use const char* for some callbacks.
|
2017-11-22 15:48:16 +08:00 |
|
Wang Renxin
|
e2492be76e
|
-simplified error codes, removed some of them.
|
2017-11-18 20:23:42 +08:00 |
|
Wang Renxin
|
7357196928
|
*renamed a parameter.
|
2017-11-15 13:04:22 +08:00 |
|
Wang Renxin
|
18b00672ed
|
+added a checking step for alive objects in all forked environment.
|
2017-11-15 12:55:57 +08:00 |
|
Wang Renxin
|
ba0c115baa
|
*made _ref_count_t customizable.
|
2017-11-11 20:53:18 +08:00 |
|
Wang Renxin
|
5e52e72cf7
|
*refactored the tag of memory allocation.
|
2017-11-05 14:17:21 +08:00 |
|
Wang Renxin
|
dcc187a5ea
|
+added some location parameters to the mb_get_last_error function.
|
2017-11-01 21:41:56 +08:00 |
|
Wang Renxin
|
c3dfe71c9c
|
*fixed a memory leak with a hanged value.
*fixed some crash.
|
2017-10-24 20:52:51 +08:00 |
|
Wang Renxin
|
9049e37909
|
*improved expression evaluation speed.
|
2017-10-09 14:32:14 +08:00 |
|
Wang Renxin
|
3f570396c9
|
*fixed a referenced usertype cloning issue.
|
2017-09-13 22:11:11 +08:00 |
|
Wang Renxin
|
4eff522bcd
|
*should check compiling for arduino in my_basic.c only.
|
2017-09-13 21:48:45 +08:00 |
|
Wang Renxin
|
3c42b7cd43
|
*modified compiler dependent macros.
|
2017-09-10 14:01:42 +08:00 |
|
Wang Renxin
|
dd0a5260e1
|
+added a prompting for inputer.
|
2017-08-29 22:04:29 +08:00 |
|
Wang Renxin
|
f3ab800bec
|
+added an mb_get_var_name function.
|
2017-07-24 19:25:49 +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
|
e25bb710c2
|
*polished.
|
2017-06-15 13:28:55 +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
|
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 |
|