Wang Renxin
|
4da438d67c
|
+added unicode wiki ref to readme.
|
2016-06-17 11:28:00 +08:00 |
|
Wang Renxin
|
86c20f0609
|
*improved utf8 string output on windows.
|
2016-06-17 10:34:58 +08:00 |
|
Wang Renxin
|
3fed38aa0a
|
*improved utf8 string output on windows.
|
2016-06-17 10:34:55 +08:00 |
|
Wang Renxin
|
8045f88d44
|
*updated history.
|
2016-06-15 11:17:22 +08:00 |
|
Wang Renxin
|
77d2122065
|
*improved bytes comparison with different endian.
|
2016-06-15 11:16:54 +08:00 |
|
Wang Renxin
|
f9f10e47d8
|
+added endian determination for object comparison. *fixed some compile issues.
|
2016-06-15 10:52:25 +08:00 |
|
Wang Renxin
|
f4305c478e
|
+added endian determination for object comparison.
|
2016-06-15 10:51:19 +08:00 |
|
Wang Renxin
|
8337c5359f
|
*updated binaries.
|
2016-06-14 20:54:24 +08:00 |
|
Wang Renxin
|
83f2fc6ef0
|
*fixed some bugs with meta method calling.
|
2016-06-14 16:16:20 +08:00 |
|
Wang Renxin
|
9bf583d4ce
|
*fixed some bugs with meta method calling.
|
2016-06-14 16:15:29 +08:00 |
|
Wang Renxin
|
298196eeef
|
*updated readme.
|
2016-06-14 11:30:38 +08:00 |
|
Wang Renxin
|
1d4402ff7b
|
*polished code.
|
2016-06-12 15:13:18 +08:00 |
|
Wang Renxin
|
cdfa573a1c
|
*updated macos bin.
|
2016-06-08 00:19:20 +08:00 |
|
Wang Renxin
|
c84ede2203
|
*simplified double precision float number redefinition.
|
2016-06-07 11:09:15 +08:00 |
|
Wang Renxin
|
946979b766
|
*updated history.
|
2016-06-07 10:41:25 +08:00 |
|
Wang Renxin
|
7f333af1e8
|
*simplified double precision float number redefinition.
|
2016-06-07 10:41:23 +08:00 |
|
paladin-t
|
23c4ecb4bb
|
*refactored error raising of string manipulation.
|
2016-05-24 14:27:56 +08:00 |
|
paladin-t
|
270f679340
|
+added an assertion when buffer overflow in the STR statement.
|
2016-05-20 14:24:49 +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
|
848485be25
|
*fixed an evaluation bug when accessing a collection by brackets; *fixed a memory leak with expression calculation.
|
2016-05-17 13:06:12 +08:00 |
|
paladin-t
|
6634864eda
|
+added an error type; *optimized expression calculation; *refactored code.
|
2016-05-13 10:18:27 +08:00 |
|
Wang Renxin
|
0cc549d870
|
*updated macos bin.
|
2016-05-10 23:19:39 +08:00 |
|
paladin-t
|
22fe01ed59
|
*fixed a column counting bug with utf8.
|
2016-05-05 09:53:38 +08:00 |
|
paladin-t
|
84b82c0654
|
*avoided a warning.
|
2016-05-04 11:44:55 +08:00 |
|
paladin-t
|
e903501b19
|
*polished code.
|
2016-05-04 11:39:43 +08:00 |
|
paladin-t
|
ff7cd31fa7
|
*fixed a loading bug when importing a utf8 file.
|
2016-04-29 17:37:29 +08:00 |
|
paladin-t
|
85f429353e
|
*unified file encoding.
|
2016-04-29 16:30:57 +08:00 |
|
paladin-t
|
ed94284b75
|
*updated readme.
|
2016-04-27 10:45:13 +08:00 |
|
paladin-t
|
e5d42d8663
|
*polished code.
|
2016-04-27 10:18:47 +08:00 |
|
paladin-t
|
8772a4c3ba
|
*polished code.
|
2016-04-26 21:06:50 +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
|
17deb52838
|
*fixed a utf8 token processing bug with class and sub routine.
|
2016-04-22 20:26:04 +08:00 |
|
paladin-t
|
9ae36da6bf
|
*polished code.
|
2016-04-22 17:33:38 +08:00 |
|
paladin-t
|
f529ffb4e1
|
+added utf8 token support.
|
2016-04-22 17:14:02 +08:00 |
|
paladin-t
|
403238fa45
|
*refactored parser code.
|
2016-04-22 15:47:09 +08:00 |
|
paladin-t
|
38ad76ad1b
|
*updated win bin.
|
2016-04-21 10:38:41 +08:00 |
|
Wang Renxin
|
45eb8b3337
|
*updated macos bin.
|
2016-04-21 00:23:35 +08:00 |
|
paladin-t
|
5518ff9647
|
*polished code.
|
2016-04-19 14:28:06 +08:00 |
|
paladin-t
|
74178295db
|
*refactored error message.
|
2016-04-19 11:57:06 +08:00 |
|
paladin-t
|
9a4363a547
|
*fixed an error raising issue with incomplete if structure.
|
2016-04-19 11:31:39 +08:00 |
|
paladin-t
|
7d35fe3243
|
*polished assign operator detection code.
|
2016-04-19 10:39:33 +08:00 |
|
paladin-t
|
bf0df023e6
|
*fixed an invalid iterator issue with ranged list.
|
2016-04-18 18:29:02 +08:00 |
|
paladin-t
|
a42371a6ab
|
*fixed an invalid iterator issue with ranged list.
|
2016-04-18 12:53:31 +08:00 |
|
Wang Renxin
|
3e0a96c147
|
*updated macos bin.
|
2016-04-17 16:16:39 +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
|
86b76e0669
|
*updated osx binary.
|
2016-04-12 09:21:21 +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 |
|