669 Commits

Author SHA1 Message Date
Wang Renxin
46c2874500 *improved argument checking. 2017-04-19 20:21:04 +08:00
Wang Renxin
1a9a6bea59 *renamed the PEEK statement to BACK. 2017-04-08 17:11:05 +08:00
Wang Renxin
4079cfd7d1 +added multi-line statement support. 2017-04-06 11:30:46 +08:00
Wang Renxin
59e758c7f0 *fixed an infinity loop bug with lambda; *fixed a source tracing issue with files imported by external import handler. 2017-04-05 21:23:50 +08:00
Wang Renxin
87e8ef6a4b *fixed a memory leak with sub routine. 2017-04-05 17:41:49 +08:00
Wang Renxin
cf3870509a *fixed a wrong hash bug with pointer, which may cause crash on some 64bit systems. 2017-04-05 16:54:53 +08:00
Wang Renxin
f0154061e4 *copied alive checker when cloning a referenced usertype. 2017-03-31 15:07:19 +08:00
Wang Renxin
9913258e46 +added an alive object checker of referenced usertype. 2017-03-29 16:48:48 +08:00
Wang Renxin
21a14d0653 *renamed a macro. 2017-03-27 17:21:10 +08:00
Wang Renxin
4694a0852f +added storing of different types support for array. 2017-03-17 20:44:39 +08:00
Wang Renxin
ed4348ad48 *fixed a processing bug when printing with a native routine of a class instance. 2017-03-08 11:30:36 +08:00
Wang Renxin
44cadff9dc *improved compatibility with compilers. 2017-03-02 18:17:39 +08:00
Wang Renxin
8cbdaa56f3 *fixed an issue with reference count manipulation of a value. 2017-02-28 19:31:53 +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
523c82b3fd *fixed a returning issue after calling a function for a referenced usertype. 2017-02-23 15:37:18 +08:00
Wang Renxin
07ee2213ac *improved API by replacing assertions with checking code;
*improved function calling of referenced usertype;
*updated the doc.
2017-02-22 12:09:39 +08:00
Wang Renxin
3bc2db09b9 *improved error handling. 2017-02-16 20:18:31 +08:00
Wang Renxin
de0a3b7cc5 *improved meta function. 2017-02-16 13:38:35 +08:00
Wang Renxin
e0f71504d6 *fixed a wrong routing unreferencing bug. 2017-02-14 15:37:53 +08:00
Wang Renxin
696f8af283 *polished structures. 2017-02-13 16:41:18 +08:00
Wang Renxin
7122605419 *fixed a parameter lookup bug when namespacing disabled. 2017-02-12 15:47:33 +08:00
Wang Renxin
4e8ae7af8a *fixed a parameter lookup bug when calling a sub routine. 2017-02-10 17:31:31 +08:00
Wang Renxin
6919e52cfb *fixed a processing bug with the elseif statement. 2017-02-08 16:33:56 +08:00
Wang Renxin
347f46340f +added an MBCONST macro. 2017-02-04 13:47:49 +08:00
Wang Renxin
9c896d30bf +added a replacement real number formatting function; +added a replacement function of strtod on the wiki page. 2017-02-03 15:34:30 +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
9ae2cd0ea4 *fixed a compile issue; +added a git ignore list. 2017-01-16 18:00:27 +08:00
Wang Renxin
4271dc609c *fixed compile issues. 2017-01-09 20:00:42 +08:00
Wang Renxin
1af1ecb5f1 +added dot symbol accessing of functions for referenced usertype. 2017-01-07 16:16:37 +08:00
Wang Renxin
9068895924 *reformatted. 2017-01-01 14:30:35 +08:00
RushFan
9090b6c609 add MB_DISABLE_LOAD_FILE to disable _load_file
This will disable loading any script without going through either
the import_handler or by loading a module.
2016-12-31 14:33:11 -08:00
RushFan
4bf8c7e83f rename _is_using_char to _is_using_at_char.
This makes it a bit more descriptive as to which character this
function is testing.
2016-12-31 14:12:33 -08:00
Wang Renxin
f362d0adb3 *changed the return type of mb_ver;
*polished.
2016-12-31 17:38:45 +08:00
Wang Renxin
5a3a8dcc0f *fixed a case sensitive issue with the IMPORT statement (for module). 2016-12-28 11:40:41 +08:00
Wang Renxin
144d392851 *unified line ending. 2016-12-26 16:38:01 +08:00
Wang Renxin
390df0d992 *polished code. 2016-12-26 15:33:05 +08:00
Wang Renxin
029ba170cd *optimized linear lookup. 2016-12-22 19:53:44 +08:00
Wang Renxin
5ab34b5088 *improved parsing context maintaining. 2016-12-21 20:40:38 +08:00
Wang Renxin
3fa77e31d7 *avoided a warning. 2016-12-20 21:29:25 +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
6412e10ac2 *polished something. 2016-12-15 14:53:08 +08:00
Wang Renxin
b50dce23a1 *minor improvement. 2016-12-06 22:21:55 +08:00
Wang Renxin
6b12a618a8 +added a REM statement. 2016-12-05 13:01:04 +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
b358ba2fbc *fixed a file importing bug;
-removed the SET_IMPORTING_DIRS statement.
2016-11-01 12:28:53 +08:00
Wang Renxin
c623be78f2 *fixed a percent symbol printing bug, thanks to Philip Bister for pointing it out;
*fixed some compiling warnings with xcode.
2016-10-23 21:40:16 +08:00
Wang Renxin
af8507e788 *polished code. 2016-08-21 20:23:53 +08:00
Wang Renxin
8e512f1ecb *polished code. 2016-08-09 22:56:58 +08:00