Wang Renxin
|
9ae2cd0ea4
|
*fixed a compile issue; +added a git ignore list.
|
2017-01-16 18:00:27 +08:00 |
|
Wang Renxin
|
4271dc609c
|
*fixed compile issues.
|
2017-01-09 20:00:42 +08:00 |
|
Wang Renxin
|
1af1ecb5f1
|
+added dot symbol accessing of functions for referenced usertype.
|
2017-01-07 16:16:37 +08:00 |
|
Wang Renxin
|
9068895924
|
*reformatted.
|
2017-01-01 14:30:35 +08:00 |
|
RushFan
|
9090b6c609
|
add MB_DISABLE_LOAD_FILE to disable _load_file
This will disable loading any script without going through either
the import_handler or by loading a module.
|
2016-12-31 14:33:11 -08:00 |
|
RushFan
|
4bf8c7e83f
|
rename _is_using_char to _is_using_at_char.
This makes it a bit more descriptive as to which character this
function is testing.
|
2016-12-31 14:12:33 -08:00 |
|
Wang Renxin
|
f362d0adb3
|
*changed the return type of mb_ver;
*polished.
|
2016-12-31 17:38:45 +08:00 |
|
Wang Renxin
|
5a3a8dcc0f
|
*fixed a case sensitive issue with the IMPORT statement (for module).
|
2016-12-28 11:40:41 +08:00 |
|
Wang Renxin
|
144d392851
|
*unified line ending.
|
2016-12-26 16:38:01 +08:00 |
|
Wang Renxin
|
390df0d992
|
*polished code.
|
2016-12-26 15:33:05 +08:00 |
|
Wang Renxin
|
029ba170cd
|
*optimized linear lookup.
|
2016-12-22 19:53:44 +08:00 |
|
Wang Renxin
|
5ab34b5088
|
*improved parsing context maintaining.
|
2016-12-21 20:40:38 +08:00 |
|
Wang Renxin
|
3fa77e31d7
|
*avoided a warning.
|
2016-12-20 21:29:25 +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
|
6412e10ac2
|
*polished something.
|
2016-12-15 14:53:08 +08:00 |
|
Wang Renxin
|
b50dce23a1
|
*minor improvement.
|
2016-12-06 22:21:55 +08:00 |
|
Wang Renxin
|
6b12a618a8
|
+added a REM statement.
|
2016-12-05 13:01:04 +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
|
b358ba2fbc
|
*fixed a file importing bug;
-removed the SET_IMPORTING_DIRS statement.
|
2016-11-01 12:28:53 +08:00 |
|
Wang Renxin
|
c623be78f2
|
*fixed a percent symbol printing bug, thanks to Philip Bister for pointing it out;
*fixed some compiling warnings with xcode.
|
2016-10-23 21:40:16 +08:00 |
|
Wang Renxin
|
af8507e788
|
*polished code.
|
2016-08-21 20:23:53 +08:00 |
|
Wang Renxin
|
8e512f1ecb
|
*polished code.
|
2016-08-09 22:56:58 +08:00 |
|
Wang Renxin
|
59d44720c1
|
+added function overriding support for class instance.
|
2016-08-09 14:26:56 +08:00 |
|
Wang Renxin
|
0d3b890b37
|
*refactored code.
|
2016-08-09 12:19:26 +08:00 |
|
Wang Renxin
|
0067090d16
|
*refactored code.
|
2016-08-09 11:42:01 +08:00 |
|
Wang Renxin
|
442e26ca3f
|
*fixed a multiple disposing bug with gc;
*polished the yard sample.
|
2016-08-09 10:41:18 +08:00 |
|
Wang Renxin
|
4c351dc196
|
*refactored to return unknown when trying to access a not exist member in a prototype.
|
2016-08-07 00:21:35 +08:00 |
|
Wang Renxin
|
5c668fa432
|
*refactored to return unknown when trying to access a not exist key in a dictionary.
|
2016-08-06 15:41:19 +08:00 |
|
Wang Renxin
|
3400ec68c2
|
+added reflection accessing ability to the SET statement.
|
2016-08-06 00:20:34 +08:00 |
|
Wang Renxin
|
d80578329c
|
*improved locale processing.
|
2016-08-04 09:31:29 +08:00 |
|
Wang Renxin
|
a92094133f
|
*fixed a multiple disposing bug with class member.
|
2016-07-26 10:02:30 +08:00 |
|
Wang Renxin
|
24743b8091
|
*redefined the variable arguments string as a constant.
|
2016-07-21 10:48:50 +08:00 |
|
Wang Renxin
|
ab05513194
|
*improved compatibility with arduino.
|
2016-07-20 16:17:49 +08:00 |
|
Wang Renxin
|
a9547fb689
|
*fixed a memory comparison issue.
|
2016-07-20 14:50:41 +08:00 |
|
Wang Renxin
|
18a76ba126
|
*polished code.
|
2016-07-20 14:46:35 +08:00 |
|
Wang Renxin
|
763177adda
|
+added a program too long error.
|
2016-07-20 10:12:01 +08:00 |
|
Wang Renxin
|
13daf2c62e
|
*refactored error enum.
|
2016-07-19 19:10:02 +08:00 |
|
Wang Renxin
|
4fb0301c23
|
+added a weak reference count overflow error.
|
2016-07-19 18:53:24 +08:00 |
|
Wang Renxin
|
c3f3359621
|
+added a too many routines error; +added a reference count overflow error.
|
2016-07-19 18:30:53 +08:00 |
|
Wang Renxin
|
15ad976c54
|
*polished code.
|
2016-07-19 17:01:14 +08:00 |
|
Wang Renxin
|
cd46b18856
|
*made int_t integer at the head of the union inside an _object_t.
|
2016-07-19 16:30:18 +08:00 |
|
Wang Renxin
|
17c2883d08
|
*fixed a wrong interpretation bug in the type statement.
|
2016-07-18 17:14:43 +08:00 |
|
Wang Renxin
|
308ce67f36
|
*polished code.
|
2016-07-16 15:59:02 +08:00 |
|
Wang Renxin
|
4cf3efd0a0
|
+added class format support with the str statement.
|
2016-07-16 15:28:26 +08:00 |
|
Wang Renxin
|
ec124d4a37
|
*polished code.
|
2016-07-16 13:49:09 +08:00 |
|
Wang Renxin
|
8c9fc7ee99
|
*fixed a boolean operation bug with the NOT statement on float number; *improved boolean operation.
|
2016-07-14 10:15:45 +08:00 |
|
Wang Renxin
|
dc7123195f
|
*fixed a variable arguments constant initialization issue.
|
2016-07-13 17:53:58 +08:00 |
|
Wang Renxin
|
9f1cd5a606
|
*refactored error prompting.
|
2016-07-13 10:48:59 +08:00 |
|
Wang Renxin
|
1f74f936e9
|
*fixed a crash when met invalid lambda arguments.
|
2016-07-12 17:21:57 +08:00 |
|