483 Commits

Author SHA1 Message Date
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
3641754004 *fixed a calculation issue with the not statement. 2016-04-11 19:10:25 +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
9a79b951b7 *polished code. 2016-03-22 10:50:23 +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
3227bb521c *polished code. 2016-03-15 13:20:16 +08:00
paladin-t
815f52f4ce *fixed a wrong assertion issue. 2016-03-14 15:46:08 +08:00
paladin-t
9e922cb521 *refactored code. 2016-03-11 11:09:28 +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
c94ffc7da9 *polished code. 2016-03-08 16:13:03 +08:00
paladin-t
85d71edc68 *polished code. 2016-03-07 11:44:23 +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
paladin-t
bcb7c25a24 *polished code. 2016-03-04 13:33:19 +08:00
paladin-t
6d579b2478 *polished code. 2016-03-03 10:40:26 +08:00
paladin-t
f7dc6327ba *polished code. 2016-03-02 17:01:18 +08:00
paladin-t
e0d6853e6b *improved code. 2016-03-02 14:48:33 +08:00
paladin-t
426bf04b81 *fixed a crash bug when unreferencing a garbage; *fixed a multiple disposing bug when an error occurs in an expression. 2016-03-02 13:36:03 +08:00
paladin-t
7508fd7b17 *fixed a variable pathing bug in lambda. 2016-03-01 20:13:01 +08:00
paladin-t
1340606c2c *fixed a class type detection bug with the IS statement. 2016-03-01 19:26:46 +08:00
paladin-t
2ee684d7ea *avoided warnings. 2016-03-01 18:21:21 +08:00
paladin-t
9eae920bfc *polished code. 2016-03-01 18:14:47 +08:00
paladin-t
ee213dc84b *polished code. 2016-03-01 17:24:47 +08:00
paladin-t
ae3cfb63f4 *fixed a gc issue. 2016-03-01 16:55:33 +08:00
paladin-t
32e93a758c +added an OS statement; *refactored platform dependent macros. 2016-03-01 13:21:19 +08:00
paladin-t
b3a461e796 *added a reset parameter to mb_load_string. 2016-02-29 20:13:47 +08:00
paladin-t
18665824de *fixed a parsing issue; *updated doc. 2016-02-29 14:19:03 +08:00
paladin-t
80edd2250a +added multiple line comment support; *fixed a crash bug with an invalid expression. 2016-02-29 14:01:47 +08:00
paladin-t
125b2d617b *polished code. 2016-02-29 10:54:56 +08:00
Wang Renxin
d4137157a7 *polished code. 2016-02-28 12:04:52 +08:00
paladin-t
f713c1b9a2 *fixed a multiple disposing bug with outer scopes of lambda. 2016-02-26 18:50:53 +08:00
paladin-t
4b54d931f8 *fixed a class field cloning issue. 2016-02-26 13:22:40 +08:00
paladin-t
c5df541e2b +added a ME keyword to represent a class instance itself; +added shallow cloning support; *fixed an overrided function copying issue. 2016-02-26 13:06:52 +08:00
paladin-t
ff999bf97f *fixed a wrong variable manipulation bug with the PRINT statement. 2016-02-25 16:00:55 +08:00
paladin-t
9cad7c6992 *improved importing directory detection. 2016-02-25 15:36:25 +08:00
paladin-t
a9e7245be1 *fixed an array index calculation bug. 2016-02-25 11:36:34 +08:00
paladin-t
a157c2e67a *fixed a bug with the END and RETURN statement with FOR loop. 2016-02-25 10:16:59 +08:00
paladin-t
af913590f5 +added support to apply the len statement to an array assigned from another. 2016-02-24 11:26:50 +08:00
paladin-t
fe24b5adf8 +added a to_array statement. 2016-02-24 11:11:37 +08:00
paladin-t
9755638969 *polished code. 2016-02-23 16:37:35 +08:00
paladin-t
a3eeaf99d8 +added meta function overriding support for referenced usertype; +added an mb_override_value function. 2016-02-23 15:53:15 +08:00
paladin-t
c9322c9d92 *polished code; *updated win bin. 2016-02-23 10:25:16 +08:00
Wang Renxin
b6f4d53e2e *fixed an iterator disposing issue by referencing a collection weakly. 2016-02-22 21:29:10 +08:00