pikastech
de10086338
add arg_new<T> api
...
update version
2022-07-20 10:34:50 +08:00
李昂
e6a33c058e
!34 Support __str__() for PikaStdData.List(),PikaStdData.Dict(),PikaStdData.dict_keys(),
...
* print list as '[x,x,x]'
* support __str__ for Dict
* support __str__ for dict_keys()
2022-06-24 03:30:56 +00:00
李昂
6acc0f9ecd
!25 support format output for print()
...
* test for format with tuple is ok
* 'format'%var is ok (tuple var is not ok)
* rename _cformat to cformat()
* optimize the memory usage of format_list
* add string-test.cpp
* cformat() is ok
* fix variable par load issue
* use test_common.h
* use test_common to simplify the gtest case
* Merge branch 'master' into dev
* fix float->double for bytecodegen
* update to /package
* Use double in C for float in python
2022-06-14 03:20:17 +00:00
pikastech
65e6899cc2
support '\n', '\r', '\t' for <STR> instruction
2022-06-09 17:01:55 +08:00
Lyon
b359062172
Dev ( #118 )
...
* add PLOOC
* add PLOOC to kernal
* remove unrequired files
* remove pack
* fix plooc ci in test/*.cpp
* add test_common.h
Co-authored-by: Gabriel Wang <embedded_zhuoran@Hotmail.com>
2022-05-19 20:52:19 +08:00
lyon
b422318168
cancel (char*) in test
2022-04-30 21:17:19 +08:00
lyon
f6533d156b
use pointTo instead of GetLastToken
2022-03-09 11:28:09 +08:00
lyon
b66aaf20a9
use parse_state to solve parse process
2022-02-21 15:13:47 +08:00
lyon
3d556d6b06
support \n \r \t in print()
2022-01-10 21:49:52 +08:00
lyon
ef0d13c94d
add arg_strAppend to save memory when append str
2021-12-29 00:36:13 +08:00
lyon
5316ede928
add Warning flag and solve warnings
2021-11-14 18:39:08 +08:00
graduateDesign
cfa17f3764
chang to linux
2021-10-04 01:10:49 +08:00