lyon
|
f5fab030c0
|
update PikaStdTask
|
2022-01-22 23:49:53 +08:00 |
|
lyon
|
18d924efc1
|
add PikaStdTask()
|
2022-01-20 19:35:55 +08:00 |
|
lyon
|
372b619a13
|
task.do_always and task.run_once() is ok
|
2022-01-20 19:35:55 +08:00 |
|
lyon
|
16e282cf4f
|
support list[], dict[], string[]
|
2022-01-18 23:51:02 +08:00 |
|
lyon
|
8894e270f3
|
support s[2] = 'q'
|
2022-01-18 23:37:48 +08:00 |
|
lyon
|
5b8a41f0d5
|
res = 'test'[2] is ok
|
2022-01-18 22:05:34 +08:00 |
|
lyon
|
b182e4af31
|
__get__ string is ok
|
2022-01-18 21:55:08 +08:00 |
|
lyon
|
a1d1d12d32
|
init the mate obj when OUT
|
2022-01-14 22:38:02 +08:00 |
|
lyon
|
4ed66eb3f4
|
__set()__ and __get()__ for list, dict ,string ok
|
2022-01-13 21:56:44 +08:00 |
|
lyon
|
8833e606ab
|
free obj auto when arg is updated
|
2022-01-13 19:39:05 +08:00 |
|
lyon
|
6d8bba2dcc
|
for in string is ok
|
2022-01-13 17:07:07 +08:00 |
|
lyon
|
3996f188ca
|
test xxx ... pased
|
2022-01-12 22:41:55 +08:00 |
|
lyon
|
b26ec0d64a
|
add test print('xxx x...')
|
2022-01-12 22:38:35 +08:00 |
|
lyon
|
b54cd1ed5a
|
auto convert int args and flot args
|
2022-01-11 22:22:53 +08:00 |
|
lyon
|
5922e79403
|
test 2 \n and \r\n
|
2022-01-11 12:21:53 +08:00 |
|
lyon
|
3d556d6b06
|
support \n \r \t in print()
|
2022-01-10 21:49:52 +08:00 |
|
lyon
|
08ad5fcf82
|
support str '==' opeartion
|
2022-01-09 22:17:17 +08:00 |
|
lyon
|
fa799bd361
|
use str(b) instead of 'test' + b
|
2022-01-09 00:16:01 +08:00 |
|
lyon
|
2f8ce3768c
|
support str() in sysobj
|
2022-01-09 00:12:38 +08:00 |
|
lyon
|
c32322a05a
|
support '+' for string
|
2022-01-08 23:40:10 +08:00 |
|
lyon
|
939ae72bef
|
supprot for_int_dict
|
2022-01-06 11:13:43 +08:00 |
|
lyon
|
aa0db2286f
|
prime_100 in g_test is ok
|
2022-01-04 11:25:28 +08:00 |
|
lyon
|
42aadd6971
|
fix del _lx
|
2022-01-04 11:24:34 +08:00 |
|
lyon
|
28244f1a2d
|
add benchmark to CI
|
2022-01-04 00:29:11 +08:00 |
|
lyon
|
768b92c3a5
|
add cmakelist and main.cpp for benchmark
|
2022-01-04 00:16:43 +08:00 |
|
lyon
|
9b6755eb6e
|
write foarmated __platform_printf to log
|
2022-01-03 21:51:42 +08:00 |
|
lyon
|
18deeaf7a5
|
direectly conect print to __platform_printf
|
2022-01-03 21:40:41 +08:00 |
|
lyon
|
11115ded90
|
add log_buff when printf
|
2022-01-03 21:12:05 +08:00 |
|
lyon
|
c679f2d0ae
|
use VM_Parameters insteadof Parameters
|
2021-12-30 19:55:09 +08:00 |
|
lyon
|
3032d3d054
|
break and continue test ok
|
2021-12-29 22:51:26 +08:00 |
|
lyon
|
dc997361d5
|
break is ok
|
2021-12-29 22:47:21 +08:00 |
|
lyon
|
92c8a5f1e5
|
not pass break test
|
2021-12-29 22:28:40 +08:00 |
|
lyon
|
a70cfd82d1
|
fix for_for del bug
|
2021-12-29 10:06:48 +08:00 |
|
lyon
|
a1cdd62a31
|
for_for_range parse error in DEL __list[x]
|
2021-12-28 09:20:04 +08:00 |
|
lyon
|
dbc9b8e01c
|
for i in range(0,10) is ok
|
2021-12-28 01:04:10 +08:00 |
|
lyon
|
1405afe218
|
transfer a1, a2, a3 to RangeObj.__iter__()
|
2021-12-27 23:27:19 +08:00 |
|
lyon
|
45fec663e0
|
range() create a splite MATE_OBJCECT
|
2021-12-27 23:17:21 +08:00 |
|
lyon
|
435c0f8f2d
|
__range_a1,a2,a3 is check ok
|
2021-12-27 22:00:42 +08:00 |
|
lyon
|
a343940e69
|
add range()
|
2021-12-27 21:57:08 +08:00 |
|
lyon
|
ddee6c1eaf
|
for in list is ok!
|
2021-12-25 00:33:55 +08:00 |
|
lyon
|
e838a0e7d4
|
'for loop' can run but still have mem bug
|
2021-12-25 00:25:23 +08:00 |
|
lyon
|
9c95c96f38
|
iter(list) is tested ok
|
2021-12-24 23:39:32 +08:00 |
|
lyon
|
64475ea748
|
use Pointer when REF object
|
2021-12-24 23:34:34 +08:00 |
|
lyon
|
281e3fa72d
|
list_for_loop not pass
|
2021-12-24 23:27:46 +08:00 |
|
lyon
|
955087b3be
|
change "deepth" to "block_deepth"
|
2021-12-24 23:10:50 +08:00 |
|
lyon
|
5fe634105b
|
add dict for dict
|
2021-12-13 22:03:59 +08:00 |
|
lyon
|
adaff1bd43
|
add dict in stddata
|
2021-12-13 22:01:42 +08:00 |
|
lyon
|
16796cb437
|
rm list from stdlib
|
2021-12-13 21:31:27 +08:00 |
|
lyon
|
d08b124785
|
add pikaStdData
|
2021-12-13 21:24:48 +08:00 |
|
lyon
|
93ee9424a8
|
support __init__() for class
|
2021-12-10 22:53:06 +08:00 |
|