17 Commits

Author SHA1 Message Date
Lyon
13bfc829aa support in op for **kw 2023-09-10 10:22:58 +08:00
Lyon
b1d7161c4d add super.py test 2023-08-24 21:53:00 +08:00
Lyon
f882ff153b support __eq__ for tuple & list & dict 2023-08-17 23:33:31 +08:00
Lyon
1e1b376e94 fix __del__ recursion on python object 2023-08-17 13:54:39 +08:00
Lyon
7e505ccc15 support arg.name for KERNAL_DEBUG 2023-08-17 13:54:39 +08:00
Lyon
ac245ab01a fix bytecode cache inner REPL 2023-08-02 11:59:01 +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
94879d166f support comprehension 2023-07-26 22:10:10 +08:00
Lyon
f96fdbc0f1 fix int() builtins for u32 type 2023-07-21 19:30:32 +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
e14e77cdfb fix bytes literal and getitem 2023-07-18 22:31:39 +08:00
Lyon
3c031e4e5d support get host object for c extern object 2023-07-17 18:29:49 +08:00
Lyon
5da6b727e9 fix parse err when comment inner list/dict 2023-06-30 01:17:34 +08:00
Lyon
4e731b50fe format builtins test and example 2023-06-30 00:25:42 +08:00