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
paladin-t
48cb90c234
+developing lambda, added data structure; +developing lambda, added a lambda statement; +developing lambda, added an MB_ENABLE_LAMBDA macro.
2016-01-05 13:47:02 +08:00
paladin-t
d0913e2735
+added stack tracing; +added an mb_debug_get_stack_trace function and an MB_ENABLE_STACK_TRACE macro; *polished document.
2016-01-04 14:57:14 +08:00
paladin-t
42a602d8a3
+added case-insensitive type name string comparison support.
2016-01-01 11:17:07 +08:00
paladin-t
a191979da7
*polished code.
2015-12-28 11:43:29 +08:00
paladin-t
387971f376
*improved defining a class in c; *added userdata manipulation functions; *polished document.
...
*improved defining a class in c; +added a pair of
mb_get_class_userdata/mb_set_class_userdata functions; +added a pair of
mb_get_userdata/mb_set_userdata functions; *polished document.
2015-12-24 17:39:04 +08:00
paladin-t
b769141d8d
*improved compatibility with arduino; *avoided compiling issues.
2015-12-18 12:07:26 +08:00
paladin-t
fd8f45a234
+added an mb_add_var function; +added an mb_set_routine function; +added native sub routine support.
2015-12-15 17:39:26 +08:00
paladin-t
04de3f6a58
+added a pair of mb_begin_class/mb_end_class functions; +added an mb_get_value_by_name function; *polished code.
2015-12-15 13:58:59 +08:00
Wang Renxin
eed9a40884
*avoided warnings; +added placeholder functions; *updated binary for osx.
2015-12-13 17:26:25 +08:00