lyon
efb0aa4e8e
json.dumps speed enhanced 100+ times
2023-06-18 00:03:16 +08:00
pikastech
ad3b22f0f3
fix builtins namespace conflic with module
2023-05-22 09:53:50 +08:00
lyon
03e6b89980
support lua table to list/dict
2023-05-14 22:50:24 +08:00
pikastech
4e9816f9a1
support max(), min() builtin
2023-05-02 23:54:11 +08:00
pikastech
09dfed3f20
support single_item tuple like (1,) or ('test',)
...
fix format
2023-04-24 22:30:37 +08:00
pikastech
b09cae79d3
raise when list out of index, fix 'for except brea'
2023-02-11 14:44:11 +08:00
pikastech
61618834f0
support unpack *var
2022-11-29 16:50:49 +08:00
lyon
b481c1c72b
use pikaList, pikaDict, pikaTuple API
2022-11-19 19:11:34 +08:00
pikastech
45c70ffe79
support __contains__ for dict
2022-09-05 15:39:15 +08:00
pikastech
e0eee73209
support dir()
builtin, fix str disp in list...
2022-08-10 11:49:54 +08:00
pikastech
1d7bcf2a39
use __getitem__ __setitem__ instead of __get__ __set__
2022-07-29 23:40:16 +08:00
pikastech
de10086338
add arg_new<T> api
...
update version
2022-07-20 10:34:50 +08:00
李昂
e7e501ab73
!56 Support tuple literal
...
* Merge branch 'master' into tuple
* sue SyntaxItemList
* cut the parser
* update preCompiler
* not use tiny_obj in stdlib
* use BUILTIN_STRUCT_ENABLE for list, dict, tuple
* add PikaStdData.Tuple()
* !51 Support bind .pyi from other *.py expect main.py
* fix overflow issue
* fix overflow issue and simplification code
* update PikaCV_Image.c.
2022-07-14 08:36:02 +00:00