183 Commits

Author SHA1 Message Date
paladin-t
0b3c2af998 *fixed lookup bugs with sub routine. 2016-01-29 15:03:03 +08:00
paladin-t
43bc11d97c *fixed a member accessing bug with class instance. 2016-01-29 13:34:48 +08:00
paladin-t
4a28c1e0d4 -removed the MB_ENABLE_GC macro. 2016-01-27 19:25:28 +08:00
paladin-t
650813c666 *fixed a wrong hash bug with string object. 2016-01-26 19:38:05 +08:00
paladin-t
61501884bf *fixed a wrong argument processing bug with variable arguments. 2016-01-26 18:28:20 +08:00
paladin-t
7d970d666a +added an mb_gc function; +added a gc statement to the shell. 2016-01-26 16:51:06 +08:00
paladin-t
ec897a3281 *tidied the memory pool when got a NEW command. 2016-01-26 16:33:28 +08:00
paladin-t
c1705c6a54 *optimized cached list accessing. 2016-01-26 11:05:55 +08:00
paladin-t
dac311f3ce *fixed a bug with while and do statements. 2016-01-25 18:22:10 +08:00
paladin-t
111ab4a9bc *fixed a bug with nested if statement; *fixed an indexing bug with list; +added a new sample script source file. 2016-01-25 16:50:28 +08:00
Wang Renxin
296fda75f7 +added lazy evaluation for ranged list. 2016-01-23 17:22:16 +08:00
paladin-t
9c35b84843 *fixed a wrong memory copy bug with the PRINT statement; +added TOSTRING meta method to serialize a class instance. 2016-01-21 13:17:53 +08:00
paladin-t
c7dda61248 *improved type handling. 2016-01-21 11:11:17 +08:00
paladin-t
98631c35ac *fixed an unknown type handling bug. 2016-01-20 21:32:09 +08:00
paladin-t
891c601b35 *fixed a crash bug. 2016-01-18 15:58:36 +08:00
paladin-t
69d26f6006 *fixed an infinity loop bug with variable arguments handling; *fixed a memory leak with error routine. 2016-01-18 15:51:09 +08:00
paladin-t
4792ac7a93 +added variable arguments support. 2016-01-18 15:21:07 +08:00
paladin-t
f605013833 *polished shell implementation code. 2016-01-18 10:49:28 +08:00
Wang Renxin
d290aeb20e +added source file information to error handling; *fixed a memory leak. 2016-01-17 15:33:10 +08:00
Wang Renxin
4907cedd3e *updated osx binary. 2016-01-15 22:23:27 +08:00
paladin-t
acf5238d44 +added a REFLECT statement. 2016-01-15 19:53:11 +08:00
paladin-t
86e79c059d *fixed an invalid gc table iteration bug. 2016-01-15 12:49:02 +08:00
Wang Renxin
950afc20e6 *improved the EDIT -I command in the shell interactive mode. 2016-01-14 21:13:38 +08:00
Wang Renxin
baec8134eb *fixed a variable assignment bug when it was holding a routine; *updated osx binary. 2016-01-14 20:59:53 +08:00
paladin-t
876a50460d *fixed a lambda evaluation bug with upvalues from meta class. 2016-01-14 19:09:21 +08:00
paladin-t
a8149f6eb4 *fixed a missing assignment bug with class field accessor; *polished code. 2016-01-14 17:48:58 +08:00
paladin-t
288990d733 *bugfix.
*fixed a collection accessing bug in an assignment statement; *fixed a
routine disposing issue; -removed support of storing a literal instance
in a variable.
2016-01-14 17:01:39 +08:00
paladin-t
82ddc8c029 *fixed a wrong disposing bug when accessing a collection by brackets. 2016-01-12 18:50:32 +08:00
paladin-t
c8d18f2dda *improved sub routine by unreference objects which were out of scope. 2016-01-12 17:01:13 +08:00
paladin-t
9e790bce1e *fixed bugs with lambda; *fixed a multiple disposing bug with string expression; *fixed some other bugs with lambda. 2016-01-12 15:21:40 +08:00
Wang Renxin
00b8a5111f *updated windows binary. 2016-01-11 14:56:01 +08:00
Wang Renxin
f64a290abc *updated binaries. 2016-01-11 14:42:25 +08:00
Wang Renxin
6e93e64c31 *avoided warnings; *updated win binary. 2016-01-09 15:07:45 +08:00
Wang Renxin
5338eb47f3 *developing lambda, improved error handling. 2016-01-09 14:29:51 +08:00
paladin-t
ef969dd8c2 *developing lambda, fixed an upvalue passing issue. 2016-01-08 12:12:31 +08:00
paladin-t
2cff912917 *updated binary. 2016-01-04 15:01:24 +08:00
Wang Renxin
7072aab05c *avoided warnings; *updated osx binary. 2016-01-03 12:19:30 +08:00
paladin-t
2dd3ca4d6a *fixed a wrong scope bug caused by cloned class instance. 2016-01-02 17:58:05 +08:00
paladin-t
1ef0284744 *fixed a mistake in var statement. 2016-01-02 13:23:57 +08:00
paladin-t
14116d1723 *updated binary; *polished document. 2016-01-02 12:11:54 +08:00
paladin-t
93d663365f *updated version info. 2015-12-31 10:36:54 +08:00
paladin-t
d4808abd20 *distributed version 1.2!!! 2015-12-31 10:27:41 +08:00
paladin-t
a191979da7 *polished code. 2015-12-28 11:43:29 +08:00
Wang Renxin
eed9a40884 *avoided warnings; +added placeholder functions; *updated binary for osx. 2015-12-13 17:26:25 +08:00
paladin-t
c6f819c82c *developing class, added reference, inheritance. 2015-12-08 14:39:07 +08:00
paladin-t
e25e8ecf94 *improved ticks function; +initialized random number seed on start up. 2015-12-07 12:44:53 +08:00
Wang Renxin
24d00e4d2f *updated os x binary. 2015-12-05 15:47:05 +08:00
paladin-t
f6e9f9fbb1 +added structures for class development; *updated readme doc; *updated exe icon. 2015-12-04 11:26:42 +08:00
paladin-t
021f552c67 *improved stability for sub routine; *improved error handling with shell. 2015-11-30 15:42:56 +08:00
tony
37e633e907 *updated binaries. 2015-11-26 23:23:00 +08:00