1022 Commits

Author SHA1 Message Date
Wang Renxin
5685d4f7aa *updated macOS bin. 2017-02-10 17:37:38 +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
b2753a0859 *updated the workflow image path. 2017-02-09 12:07:43 +08:00
Wang Renxin
0c6d0236a3 *updated the link of mba. 2017-02-08 18:56:04 +08:00
Wang Renxin
a2b46eb24a *updated macOS bin. 2017-02-08 16:41:45 +08:00
Wang Renxin
6919e52cfb *fixed a processing bug with the elseif statement. 2017-02-08 16:33:56 +08:00
Wang Renxin
1911641d55 *updated related project desc. 2017-02-07 13:29:43 +08:00
Wang Renxin
92d08b048e *updated the url of the editor repo; *polished readme. 2017-02-05 13:56:38 +08:00
Wang Renxin
347f46340f +added an MBCONST macro. 2017-02-04 13:47:49 +08:00
Wang Renxin
d40f6cea86 *updated macOS bin. 2017-02-03 15:49:03 +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
747b608f58 *updated the list of donors. 2017-02-02 12:05:22 +08:00
Wang Renxin
72dc497600 *updated the list of donors. 2017-02-01 14:19:23 +08:00
Wang Renxin
7331360300 *updated the linkedin url. 2017-01-29 11:53:20 +08:00
Wang Renxin
3b892792d3 *polished the sample code. 2017-01-20 12:51:44 +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
ed3f2f791a *updated the readme of the yard sample. 2017-01-16 18:13:55 +08:00
Wang Renxin
9ae2cd0ea4 *fixed a compile issue; +added a git ignore list. 2017-01-16 18:00:27 +08:00
Wang Renxin
edf83de690 *polished readme. 2017-01-15 21:27:01 +08:00
Wang Renxin
1c975feab6 *updated readme by adding a code editor link. 2017-01-15 21:24:53 +08:00
Wang Renxin
808c75d97d +added mb ardu url. 2017-01-11 15:20:14 +08:00
Wang Renxin
6119ca5061 *added ticks for bcb compiling. 2017-01-10 19:41:36 +08:00
Wang Renxin
0e497f0b07 *updated urls. 2017-01-10 12:00:33 +08:00
Wang Renxin
91fe66cb23 Merge branch 'master' of https://github.com/paladin-t/my_basic 2017-01-09 20:03:13 +08:00
Wang Renxin
4271dc609c *fixed compile issues. 2017-01-09 20:00:42 +08:00
Wang Renxin
4304568e72 *updated macos bin. 2017-01-09 09:57:18 +08:00
Wang Renxin
456c507bb4 *updated readme with improved links. 2017-01-08 00:49:09 +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
Wang Renxin
12d2da291d Merge pull request #10 from wwiv/master
*rename _is_using_char to _is_using_at_char; +add way to disable _load_file.
2017-01-01 14:20:29 +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
9c5c493613 *updated macos bin. 2016-12-31 17:47:46 +08:00
Wang Renxin
f362d0adb3 *changed the return type of mb_ver;
*polished.
2016-12-31 17:38:45 +08:00
Wang Renxin
57d5a3175e *updated the list of donors. 2016-12-30 13:09:57 +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
221b5c36c9 *updated readme. 2016-12-25 16:16:41 +08:00
Wang Renxin
3d4407b9c4 +added memory allocation failure check to the shell. 2016-12-23 14:19:46 +08:00
Wang Renxin
3afe5b7e03 *polished shell. 2016-12-22 23:28:22 +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
091ce1d1b4 *polished some words. 2016-12-19 21:28:44 +08:00
Wang Renxin
95efd2f395 *oops, a url mistake. 2016-12-19 21:13:38 +08:00
Wang Renxin
ea5dc71ab0 *last time for this git pages thing, updated readme. 2016-12-19 21:04:52 +08:00
Wang Renxin
3e885676ef *renamed index.html -> donate.html. 2016-12-19 21:02:47 +08:00