Wang Renxin
|
144d392851
|
*unified line ending.
|
2016-12-26 16:38:01 +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
|
eb2b097a4a
|
*improved input statement;
*fixed a warning.
|
2016-12-16 11:26:16 +08:00 |
|
Wang Renxin
|
b50dce23a1
|
*minor improvement.
|
2016-12-06 22:21:55 +08:00 |
|
Wang Renxin
|
cae42d6a8e
|
*avoided some warnings with 64bit vc++;
*polished interpreter help text.
|
2016-12-01 18:11:24 +08:00 |
|
Wang Renxin
|
683b8f96a4
|
*polished code.
|
2016-08-06 23:37:48 +08:00 |
|
Wang Renxin
|
44b54bd524
|
+added a program too long error.
|
2016-07-20 10:11:56 +08:00 |
|
Wang Renxin
|
b1857145b2
|
*refactored error enum.
|
2016-07-19 19:09:50 +08:00 |
|
Wang Renxin
|
cc1ef81c1f
|
+added a weak reference count overflow error.
|
2016-07-19 18:53:20 +08:00 |
|
Wang Renxin
|
568270906a
|
+added a too many routines error; +added a reference count overflow error.
|
2016-07-19 18:30:51 +08:00 |
|
Wang Renxin
|
571f001249
|
*moved type enum type down.
|
2016-07-19 16:29:36 +08:00 |
|
Wang Renxin
|
8645eac69e
|
*improved boolean operation.
|
2016-07-14 10:15:01 +08:00 |
|
Wang Renxin
|
4ad40cd169
|
+added a hash and compare must come together error.
|
2016-07-11 13:14:05 +08:00 |
|
Wang Renxin
|
9b725b32fc
|
+added function overriding support for referenced usertype.
|
2016-07-07 13:09:58 +08:00 |
|
Wang Renxin
|
d18ebbae28
|
*improved error prompting for collection manipulation.
|
2016-07-07 10:41:47 +08:00 |
|
Wang Renxin
|
54d29eb513
|
*improved error handling
|
2016-07-05 12:39:53 +08:00 |
|
Wang Renxin
|
9138a73a32
|
*refactored formatting functor of a referenced usertype.
|
2016-06-28 17:39:34 +08:00 |
|
Wang Renxin
|
96c79b6afe
|
+added a context parameter to stepped handler.
|
2016-06-27 09:53:49 +08:00 |
|
Wang Renxin
|
a1e34a70e1
|
*used bitwise meta function type definition.
|
2016-06-23 10:50:27 +08:00 |
|
Wang Renxin
|
c02f468a7d
|
+added unary negative meta function overriding support for referenced usertype.
|
2016-06-23 10:19:10 +08:00 |
|
Wang Renxin
|
c84ede2203
|
*simplified double precision float number redefinition.
|
2016-06-07 11:09:15 +08:00 |
|
Wang Renxin
|
7f333af1e8
|
*simplified double precision float number redefinition.
|
2016-06-07 10:41:23 +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
|
6634864eda
|
+added an error type; *optimized expression calculation; *refactored code.
|
2016-05-13 10:18:27 +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
|
74178295db
|
*refactored error message.
|
2016-04-19 11:57:06 +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
|
e8bb70626b
|
*polished code.
|
2016-03-11 11:23:43 +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
|
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
|
6d579b2478
|
*polished code.
|
2016-03-03 10:40:26 +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
|
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
|
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
|
4a715f8ea8
|
+added a generic iterator type.
|
2016-02-18 11:07:04 +08:00 |
|
paladin-t
|
bb7fba843e
|
+added an index_of statement.
|
2016-02-03 15:25:33 +08:00 |
|
paladin-t
|
4a28c1e0d4
|
-removed the MB_ENABLE_GC macro.
|
2016-01-27 19:25:28 +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
|
9ad0a75148
|
+added source file information to stepped handler.
|
2016-01-26 10:19:15 +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
|
acf5238d44
|
+added a REFLECT statement.
|
2016-01-15 19:53:11 +08:00 |
|
paladin-t
|
cc93e2ab7c
|
+added MB_ENABLE_USERTYPE_REF and MB_ENABLE_ARRAY_REF macros. *updated doc.
|
2016-01-15 15:39:23 +08:00 |
|
Wang Renxin
|
5338eb47f3
|
*developing lambda, improved error handling.
|
2016-01-09 14:29:51 +08:00 |
|
paladin-t
|
8da65bf5cf
|
*fixed a wrong scope linkage issue with lambda.
|
2016-01-07 21:31:05 +08:00 |
|
paladin-t
|
ec695b5d5f
|
*developing lambda.
|
2016-01-06 16:43:00 +08:00 |
|
paladin-t
|
4a116e08e4
|
+added support to use TYPE("NUMBER") to represent both integer and real.
|
2016-01-06 10:30:35 +08:00 |
|