399 Commits

Author SHA1 Message Date
Wang Renxin
c41de6cd70 *fixed a mod by zero bug with real number. 2018-11-10 23:14:40 +08:00
Wang Renxin
c394f5ac19 *fixed a memory leak with wrong iterator usage. 2018-11-05 12:09:05 +08:00
Wang Renxin
3eff55c2aa *fixed a crash bug when using an iterator in a conditional expression. 2018-11-05 11:42:53 +08:00
Wang Renxin
5086a53415 *fixed a crash bug with incomplete structures. 2018-07-30 15:06:27 +08:00
Wang Renxin
1d25d54f54 *fixed a real number formatting bug with different locales. 2018-07-25 15:15:37 +08:00
Wang Renxin
f1fba035ac *fixed a multiple disposing bug with upvalues. 2018-07-14 19:04:49 +08:00
Wang Renxin
74971e5df7 +added platform dependent macros for emscripten. 2018-05-13 10:07:04 +08:00
Wang Renxin
fb6d76fe9a *fixed a wrong error with the VAL statement. 2018-05-09 15:30:07 +08:00
Wang Renxin
e164d3c428 *fixed a crash bug in invalid conditional expression with class member, thanks to AaBc for pointing it out. 2018-05-09 13:20:54 +08:00
Wang Renxin
fd9e34b9d1 -avoided a warning when a c++ compiler refers char to unsigned. 2018-04-20 13:04:30 +08:00
Wang Renxin
48403dc1a0 *fixed a string assignment issue with class member. 2018-03-11 12:32:58 +08:00
Wang Renxin
35944a5565 *fixed a stepping bug in the if statement. 2018-03-10 14:06:34 +08:00
Wang Renxin
ae4053c687 *fixed a gc bug with ranged for loop. 2018-03-09 18:31:31 +08:00
Wang Renxin
a6814213b3 *fixed a crash bug with invalid collection index. 2018-01-15 22:39:05 +08:00
Wang Renxin
842e01bf41 *fixed some issues when invoking a sub routine. 2018-01-15 19:22:45 +08:00
Wang Renxin
cebacc244e *ops.. 2018-01-06 14:32:57 +08:00
Wang Renxin
4edc80d026 *fixed a parsing bug with unary negative operator. 2018-01-03 20:57:15 +08:00
Wang Renxin
f4a9fc1cda *fixed a referencing bug with the if statement. 2017-11-28 16:01:24 +08:00
Wang Renxin
6ff2f37a6d *fixed a lookup issue with the mb_get_var function. 2017-11-25 14:47:05 +08:00
Wang Renxin
b36e3f59dc *fixed an assignment issue with upvalues. 2017-11-17 21:30:14 +08:00
Wang Renxin
44e8466c44 *fixed a variable lookup issue with a ranged FOR loop. 2017-11-17 19:01:00 +08:00
Wang Renxin
edd04a3c7d *fixed a clearing issue of intermediate values in forked scope chain. 2017-11-16 16:32:29 +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
46a450da20 *fixed an extended abort issue.
*fixed a crash bug with routine.
*fixed a GC bug with outer scopes of lambda.
2017-11-13 20:10:19 +08:00
Wang Renxin
ceb91305a3 *fixed an accessing issue with upvalues. 2017-11-13 11:34:33 +08:00
Wang Renxin
9a2d88d304 *fixed a gc bug with dictionary. 2017-11-10 21:26:13 +08:00
Wang Renxin
937f2ab4ab *fixed a bug with overlapped lambda scopes.
*fixed a bug with lambda lookup.
2017-11-10 00:05:33 +08:00
Wang Renxin
f966400979 *RENAMED THE TOSTRING SYMBOL TO TO_STRING!!! 2017-11-08 15:48:20 +08:00
Wang Renxin
01b4b2e00e *fixed a bug with single-line nested IF statement. 2017-11-07 16:28:10 +08:00
Wang Renxin
91ad8cd226 *fixed a gc bug with routine in a collection. 2017-11-05 21:01:57 +08:00
Wang Renxin
40873ca805 *fixed a GC bug with retrieved routine. 2017-11-05 20:24:25 +08:00
Wang Renxin
20a4ab7c06 *fixed a GC bug with upvalues in a closure. 2017-11-05 19:23:20 +08:00
Wang Renxin
ef73407de3 *fixed a crash bug with conflicting routine and class identifier.
*fixed a dangling pointer bug with incomplete structures.
*fixed a memory leak with wrong routine or class identifier.
*fixed a memory leak with incomplete structures.
2017-11-05 18:13:30 +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
dc7ecd8ed8 +added support to apply the STR statement to a type value.
*fixed a referencing bug with an unnamed array.
2017-10-30 14:11:35 +08:00
Wang Renxin
330e6a7f0f *fixed a crash bug when access an unnamed array. 2017-10-29 16:27:27 +08:00
Wang Renxin
bd7d1712d0 *fixed a memory leak with an unexpected value. 2017-10-25 13:19:51 +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
23e29abb45 +added support to apply the CLONE statement to a referenced usertype. 2017-10-23 16:41:57 +08:00
Wang Renxin
6497e3d288 *renamed the EXIST statement to EXISTS.
*fixed a warning.
2017-10-22 15:51:28 +08:00
Wang Renxin
78b4091834 *fixed a wrong comparison bug of member names with the REFLECT statement. 2017-10-19 15:06:43 +08:00
Wang Renxin
8aa2028011 +added comparison between string and nil;
*fixed a multiple disposing bug with retrieved routine object;
*fixed a bug with uncleared parsing context.
2017-10-17 20:30:14 +08:00
Wang Renxin
8523c80d97 *fixed an error prompting bug with the INPUT statement. 2017-10-14 16:59:09 +08:00
Wang Renxin
ae3597a8ba *fixed a multiple disposing bug. 2017-10-14 16:44:40 +08:00
Wang Renxin
9049e37909 *improved expression evaluation speed. 2017-10-09 14:32:14 +08:00
Wang Renxin
de3ff13389 *fixed an infinity loop bug with error handling; *fixed a wrong error locating bug. 2017-10-05 19:29:34 +08:00
Wang Renxin
c3438b2d57 +added a _SIMPLE_ARG_ERROR macro. *fixed wrong usage of _MULTILINE_STATEMENT. 2017-09-22 18:18:29 +08:00
Wang Renxin
3f570396c9 *fixed a referenced usertype cloning issue. 2017-09-13 22:11:11 +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