326 Commits

Author SHA1 Message Date
Wang Renxin
41a12f3c95 *updated history. 2016-07-11 13:14:03 +08:00
Wang Renxin
003933017a *updated history. 2016-07-11 12:54:12 +08:00
Wang Renxin
6de74f25cb *updated history. 2016-07-11 12:29:41 +08:00
Wang Renxin
d1ea5250b2 *updated history. 2016-07-07 13:04:57 +08:00
Wang Renxin
20c6963f35 *updated history. 2016-07-07 10:41:45 +08:00
Wang Renxin
0effa21e06 *fixed a stack memory issue with stack tracing. 2016-07-06 17:13:29 +08:00
Wang Renxin
8ab140c50e *updated history. 2016-07-06 14:11:29 +08:00
Wang Renxin
4d305713e1 *updated history. 2016-07-05 12:39:50 +08:00
Wang Renxin
69e022f0b9 *fixed a buffer overflow issue when formatting real number with the str statement. 2016-06-30 11:02:38 +08:00
Wang Renxin
50e22c7765 +added a dynamic buffer helper for temporary string manipulation. 2016-06-29 11:16:03 +08:00
Wang Renxin
645507b757 *updated history. 2016-06-28 17:39:12 +08:00
Wang Renxin
f6322df72b *fixed a type detection bug with string. 2016-06-28 16:52:20 +08:00
Wang Renxin
3c3a20e505 +added a context parameter to stepped handler. 2016-06-27 09:53:46 +08:00
Wang Renxin
328f17d4cb *updated history. 2016-06-23 11:47:41 +08:00
Wang Renxin
c294248b0b Update HISTORY 2016-06-23 10:19:09 +08:00
Wang Renxin
879834a0f3 *updated history. 2016-06-21 20:46:01 +08:00
Wang Renxin
7dce691a7e *updated history. 2016-06-21 12:56:42 +08:00
Wang Renxin
e24c99ee8a *updated history. 2016-06-21 11:19:30 +08:00
Wang Renxin
e95a4121d6 +added lambda tracing; *improved error prompting for wrong function reaching. 2016-06-21 10:19:58 +08:00
Wang Renxin
66b42def89 *improved utf8 string input/output on windows. 2016-06-17 16:05:17 +08:00
Wang Renxin
3fed38aa0a *improved utf8 string output on windows. 2016-06-17 10:34:55 +08:00
Wang Renxin
8045f88d44 *updated history. 2016-06-15 11:17:22 +08:00
Wang Renxin
f4305c478e +added endian determination for object comparison. 2016-06-15 10:51:19 +08:00
Wang Renxin
83f2fc6ef0 *fixed some bugs with meta method calling. 2016-06-14 16:16:20 +08:00
Wang Renxin
946979b766 *updated history. 2016-06-07 10:41:25 +08:00
paladin-t
23c4ecb4bb *refactored error raising of string manipulation. 2016-05-24 14:27:56 +08:00
paladin-t
270f679340 +added an assertion when buffer overflow in the STR statement. 2016-05-20 14:24:49 +08:00
paladin-t
f83c12ca57 +added utf8 bom detection even with MB_ENABLE_UNICODE disabled; *fixed a bug in asc with utf8 character. 2016-05-19 10:37:12 +08:00
paladin-t
848485be25 *fixed an evaluation bug when accessing a collection by brackets; *fixed a memory leak with expression calculation. 2016-05-17 13:06:12 +08:00
paladin-t
6634864eda +added an error type; *optimized expression calculation; *refactored code. 2016-05-13 10:18:27 +08:00
paladin-t
22fe01ed59 *fixed a column counting bug with utf8. 2016-05-05 09:53:38 +08:00
paladin-t
ff7cd31fa7 *fixed a loading bug when importing a utf8 file. 2016-04-29 17:37:29 +08:00
paladin-t
8772a4c3ba *polished code. 2016-04-26 21:06:50 +08:00
paladin-t
940a4ba74e +added an invalid operation usage error when met unexpected expression. 2016-04-26 20:29:31 +08:00
paladin-t
f529ffb4e1 +added utf8 token support. 2016-04-22 17:14:02 +08:00
paladin-t
9a4363a547 *fixed an error raising issue with incomplete if structure. 2016-04-19 11:31:39 +08:00
paladin-t
a42371a6ab *fixed an invalid iterator issue with ranged list. 2016-04-18 12:53:31 +08:00
paladin-t
b1345f2305 +added some error raising when met incomplete routine or class. 2016-04-15 14:01:04 +08:00
paladin-t
8eaf8c1d43 *fixed a negative calculation issue with brackets. 2016-04-13 14:52:34 +08:00
paladin-t
1e74cc7121 *fixed a calculation issue with the not statement. 2016-04-11 18:47:03 +08:00
paladin-t
da2d8f1251 +added a warning when a "tostring" meta method didn't return a string. 2016-04-05 10:51:49 +08:00
paladin-t
dd9fed3692 +added a help option to the shell. 2016-03-29 16:22:41 +08:00
paladin-t
86bb7ad464 *fixed an execution issue after a lambda. 2016-03-16 16:14:27 +08:00
paladin-t
b7c0a68350 *fixed a cannot RETURN bug from a FOR loop in a sub routine; *fixed a memory leak with referenced data in a variable argument list. 2016-03-16 12:45:41 +08:00
paladin-t
dca1299260 *improved error promption of array manipulation. 2016-03-15 16:40:22 +08:00
paladin-t
20677b49d3 *improved error promption. 2016-03-11 10:51:41 +08:00
paladin-t
14137369da *improved overridden function invoking; *fixed a memory leak; *moved overriding information from stack to heap. 2016-03-09 10:55:45 +08:00
paladin-t
5f440b66b8 *fixed a memory overflow bug with the ASC statement. 2016-03-08 16:30:44 +08:00
paladin-t
a3e182f91b *improved inputer. 2016-03-04 17:04:40 +08:00
paladin-t
e5f1a34347 *fixed a memory leak with sub routine parameter. 2016-03-04 14:44:41 +08:00