Lyon
|
646f75a875
|
eventloop passed
|
2023-08-04 17:23:30 +08:00 |
|
Lyon
|
c2336af3dc
|
re passed, eventloop not passed
|
2023-08-04 17:15:15 +08:00 |
|
Lyon
|
fce981c062
|
re.findall not passed
|
2023-08-04 17:01:45 +08:00 |
|
Lyon
|
5d7bb03298
|
Merge branch 'master' into PikaList
|
2023-08-03 00:20:40 +08:00 |
|
Lyon
|
ac245ab01a
|
fix bytecode cache inner REPL
|
2023-08-02 11:59:01 +08:00 |
|
Lyon
|
6c2903242f
|
dict/list to obj test not passed
|
2023-08-02 09:39:36 +08:00 |
|
Lyon
|
684d28ef20
|
vm test not passed all
|
2023-08-02 00:34:41 +08:00 |
|
Lyon
|
c80c7b42ee
|
moving PikaList/PikaDict to an object
|
2023-08-01 22:36:12 +08:00 |
|
Lyon
|
cd520911d7
|
fix syntax issue on msvc
|
2023-08-01 19:59:18 +08:00 |
|
Lyon
|
a3a3d8fb75
|
make all kernal files to be single ascii
|
2023-08-01 19:44:05 +08:00 |
|
Lyon
|
71670cd395
|
fix annotation detection with escape
|
2023-08-01 18:53:24 +08:00 |
|
Lyon
|
9bba163ebd
|
support file pre process for run single file
|
2023-08-01 13:16:22 +08:00 |
|
Lyon
|
3dfc823237
|
restore str_join
|
2023-07-31 18:58:50 +08:00 |
|
Lyon
|
7b1a3390ab
|
optimize stack size for big list
|
2023-07-31 13:02:03 +08:00 |
|
Lyon
|
4abc50f8ef
|
update socket module for port/linux
|
2023-07-30 21:11:45 +08:00 |
|
lyon
|
ef7a61ef69
|
fix include for G0 pika_hal port
|
2023-07-29 17:02:07 +08:00 |
|
Lyon
|
544f06ceb9
|
fix adapter_mpy
|
2023-07-29 16:37:49 +08:00 |
|
Lyon
|
304b4ab5a9
|
enhance stack overflow detection for stack_size
|
2023-07-28 10:41:00 +08:00 |
|
Lyon
|
f9f1e1610f
|
enhance VM stack overflow detection
|
2023-07-28 10:24:06 +08:00 |
|
Lyon
|
3a2bd13027
|
fix comprehension_print
|
2023-07-27 19:14:34 +08:00 |
|
Lyon
|
9178ba9789
|
release comprehension and optimize zlib stack usage
|
2023-07-27 18:01:18 +08:00 |
|
Lyon
|
94879d166f
|
support comprehension
|
2023-07-26 22:10:10 +08:00 |
|
Lyon
|
98b3b12a39
|
comprehension backend generate
|
2023-07-26 17:02:36 +08:00 |
|
Lyon
|
703a43a899
|
support comprehension suger parse
|
2023-07-26 00:26:17 +08:00 |
|
Lyon
|
8b22298a07
|
support addIndentMuti for parser
|
2023-07-25 19:11:14 +08:00 |
|
Lyon
|
d7087248c6
|
fix socket_GET test case
|
2023-07-23 19:02:03 +08:00 |
|
Lyon
|
f96fdbc0f1
|
fix int() builtins for u32 type
|
2023-07-21 19:30:32 +08:00 |
|
Lyon
|
6a1c57acd3
|
format
|
2023-07-21 10:57:54 +08:00 |
|
lyon
|
21d11a250b
|
objList_get will not copy arg
|
2023-07-21 10:55:57 +08:00 |
|
Lyon
|
e41c5f2594
|
fix if not xxx: stmt
|
2023-07-21 03:03:47 +08:00 |
|
Lyon
|
0249f2bf75
|
fix if <str/bytes/object/list> behavior
|
2023-07-21 01:56:55 +08:00 |
|
Lyon
|
30af0b556e
|
fix bool() behavior
|
2023-07-21 01:10:01 +08:00 |
|
Lyon
|
893c6ee058
|
support PIKA_PLATFORM_NO_WEAK macro
|
2023-07-20 13:04:19 +08:00 |
|
Lyon
|
06b6d9f049
|
improve err report and add struct model(not test)
|
2023-07-20 11:07:41 +08:00 |
|
Lyon
|
f342cde844
|
support arg value debug on kernal_debug mode
|
2023-07-19 17:00:03 +08:00 |
|
Lyon
|
b27c488b7b
|
format goto label
|
2023-07-19 14:17:00 +08:00 |
|
Lyon
|
bb87da6619
|
format and rename vars for pikaparser
|
2023-07-19 13:43:42 +08:00 |
|
Lyon
|
20049f7851
|
fix pikadoc-en url
|
2023-07-19 10:54:07 +08:00 |
|
Lyon
|
e14e77cdfb
|
fix bytes literal and getitem
|
2023-07-18 22:31:39 +08:00 |
|
Lyon
|
49f64e1ad9
|
support 'if' and 'for' keyword parse inner stmt
|
2023-07-18 01:21:44 +08:00 |
|
Lyon
|
3c031e4e5d
|
support get host object for c extern object
|
2023-07-17 18:29:49 +08:00 |
|
李昂
|
84ba0114f0
|
auto apply patches
|
2023-07-15 14:55:29 +08:00 |
|
Lyon
|
0670172efd
|
add obj_runFile() API
|
2023-07-11 16:45:24 +08:00 |
|
Lyon
|
0e4d927a5d
|
fix arg_getBool, support REPL echo config
|
2023-07-11 16:36:28 +08:00 |
|
Lyon
|
1f92b8135c
|
using clang-tidy and add format.py to auto-format
|
2023-07-09 23:12:21 +08:00 |
|
Lyon
|
fa6feb8d2b
|
release v1.12.4
|
2023-07-07 17:49:21 +08:00 |
|
Lyon
|
5cb104a83e
|
fix pya load
|
2023-07-07 02:36:42 +08:00 |
|
Lyon
|
9b22bcbd0c
|
fixed pack version 5
|
2023-07-07 01:28:56 +08:00 |
|
Lyon
|
326fed69dd
|
fix library load
|
2023-07-07 00:35:15 +08:00 |
|
Lyon
|
c0dcdd836e
|
fix linkFile totle size
|
2023-07-07 00:18:16 +08:00 |
|