paladin-t
|
f605013833
|
*polished shell implementation code.
|
2016-01-18 10:49:28 +08:00 |
|
Wang Renxin
|
d290aeb20e
|
+added source file information to error handling; *fixed a memory leak.
|
2016-01-17 15:33:10 +08:00 |
|
Wang Renxin
|
7f81719ba1
|
*polished code. -removed an assertion.
|
2016-01-17 12:12:51 +08:00 |
|
Wang Renxin
|
85dd028a38
|
*fixed a compile issue.
|
2016-01-16 16:35:08 +08:00 |
|
Wang Renxin
|
d083dac2ad
|
+added extra importing directories support to shell.
|
2016-01-16 16:30:34 +08:00 |
|
Wang Renxin
|
950afc20e6
|
*improved the EDIT -I command in the shell interactive mode.
|
2016-01-14 21:13:38 +08:00 |
|
paladin-t
|
42a602d8a3
|
+added case-insensitive type name string comparison support.
|
2016-01-01 11:17:07 +08:00 |
|
paladin-t
|
4063ef1cea
|
+implemented dir command; *polished document.
|
2015-12-30 19:26:56 +08:00 |
|
paladin-t
|
6583e60d0b
|
*polished code.
|
2015-12-29 14:25:56 +08:00 |
|
paladin-t
|
a191979da7
|
*polished code.
|
2015-12-28 11:43:29 +08:00 |
|
paladin-t
|
43a521e74b
|
*improved threshold algorithm for the memory pool.
|
2015-12-28 10:48:34 +08:00 |
|
paladin-t
|
04de3f6a58
|
+added a pair of mb_begin_class/mb_end_class functions; +added an mb_get_value_by_name function; *polished code.
|
2015-12-15 13:58:59 +08:00 |
|
paladin-t
|
c6f819c82c
|
*developing class, added reference, inheritance.
|
2015-12-08 14:39:07 +08:00 |
|
paladin-t
|
af19c636bd
|
-removed ticks on non-win platforms.
|
2015-12-07 13:13:26 +08:00 |
|
paladin-t
|
f99fc30586
|
*added include <time.h>.
|
2015-12-07 12:46:45 +08:00 |
|
paladin-t
|
e25e8ecf94
|
*improved ticks function; +initialized random number seed on start up.
|
2015-12-07 12:44:53 +08:00 |
|
paladin-t
|
f6e9f9fbb1
|
+added structures for class development; *updated readme doc; *updated exe icon.
|
2015-12-04 11:26:42 +08:00 |
|
paladin-t
|
021f552c67
|
*improved stability for sub routine; *improved error handling with shell.
|
2015-11-30 15:42:56 +08:00 |
|
Wang Renxin
|
5bbdcb8633
|
*improved compile compatibility with c++.
|
2015-10-29 10:15:09 +08:00 |
|
Wang Renxin
|
a881c9932a
|
*added MBAPI prefix to size constants.
|
2015-10-28 19:26:40 +08:00 |
|
Wang Renxin
|
ee84f820a4
|
+added threshold to the memory pool.
|
2015-10-23 14:22:19 +08:00 |
|
Wang Renxin
|
7078e30419
|
+added TICKS() for Windows.
|
2015-10-22 11:18:40 +08:00 |
|
Wang Renxin
|
24b92cd51a
|
*polished code.
|
2015-10-22 11:07:30 +08:00 |
|
Wang Renxin
|
acb6298243
|
*fixed a memory pool sorting issue.
|
2015-10-13 11:17:04 +08:00 |
|
Wang Renxin
|
7c5dce6454
|
*improved memory pool.
|
2015-10-12 20:08:27 +08:00 |
|
Wang Renxin
|
01034e6697
|
*polished code.
|
2015-10-08 20:14:33 +08:00 |
|
tony
|
55968967ec
|
+added non number data comparison; *improved collection stability; +accepted dictionary iterator for VAL statement.
|
2015-10-07 13:11:57 +08:00 |
|
tony
|
fffb567dd8
|
+added LIST, DICT; +added TYPE; +added mb_get_type_string.
|
2015-10-05 17:22:00 +08:00 |
|
Wang Renxin
|
fc03800d71
|
*improved compatibility with TCC.
|
2015-09-28 10:51:10 +08:00 |
|
Wang Renxin
|
e9c3fc7754
|
*updated main.c.
|
2015-09-23 11:50:40 +08:00 |
|
Wang Renxin
|
dd76422daa
|
*avoid warnings.
|
2015-09-23 11:45:07 +08:00 |
|
Wang Renxin
|
bc57a07339
|
*polished main.c.
|
2015-09-22 17:22:55 +08:00 |
|
tony
|
b7b11efb41
|
*polished main.c.
|
2015-09-21 23:58:14 +08:00 |
|
tony
|
b6ab676ad7
|
+implemented tail recursion optimization in sub routine; +added array length gain in len function; *fixed a crash bug when returning nothing in a sub routine; *polished document.
|
2015-09-21 23:51:55 +08:00 |
|
tony
|
faae9b4cdc
|
+added array manipulation ability to script, it's able to assign an array to a variable or use it as a scripting interface argument; +added recursive sub routine support; *fixed a wrong argument detection bug in mb_has_arg.
|
2015-09-20 21:34:04 +08:00 |
|
tony
|
09f005b50a
|
*fixed a float number parsing bug, thanks to Cybermonkey342 for pointing it out; +added directly expression evaluation shell command.
|
2015-09-18 21:06:38 +08:00 |
|
Wang Renxin
|
b2ea79eda0
|
*polished code.
|
2015-09-17 18:44:21 +08:00 |
|
tony
|
fe3e7db9c9
|
*improved sub routine.
|
2015-09-07 09:41:15 +08:00 |
|
tony
|
789cc76eb3
|
+added sub routine type insurance; *prompted more friendly dummy function message; *polished code and document
|
2015-09-02 21:29:29 +08:00 |
|
tony
|
1c1771280c
|
+added support for user customized routine by DEF/ENDDEF
|
2015-09-01 22:22:15 +08:00 |
|
Wang Renxin
|
70ad07cc88
|
*polished code.
|
2015-08-27 15:04:08 +08:00 |
|
tony
|
0b7d939fe1
|
+added a memory pool to interpreter shell in main.c.
|
2015-08-26 21:21:19 +08:00 |
|
tony
|
78fe066a29
|
+allowed a user to define the memory tag data type, unsigned short as default; +added an mb_set_memory_manager function, allows user defined memory management; +added referencable data type size constants.
|
2015-08-25 21:42:15 +08:00 |
|
tony
|
8b0e99c755
|
fixed a wrong IF trunk processing bug, thanks to irony for pointing it out; fixed a crash bug with an invalid IF statement.
|
2015-08-11 13:27:17 +08:00 |
|
Wang Renxin
|
de1ba99631
|
Update main.c
|
2015-06-19 11:29:30 +08:00 |
|
tony
|
b5a92d1ae8
|
+added behaviour tag to mb_schedule_suspend
|
2015-06-19 11:27:34 +08:00 |
|
tony
|
edb1e8da56
|
+added an mb_schedule_suspend interface
|
2015-06-19 11:12:15 +08:00 |
|
tony
|
424f394432
|
*fixed a wrong token position marking issue with interactive mode
|
2015-06-15 22:34:54 +08:00 |
|
tony
|
40bc0a9d0e
|
+line inserting/removing; *changed mb_dispose_value as public.
|
2015-04-27 21:35:26 +08:00 |
|
tony
|
7f6417c2a2
|
+debug APIs; +improved IF statment
|
2015-04-23 21:50:54 +08:00 |
|