pikastech
d3026c7c99
support slice utf8 for str
...
add test for slice utf-8
2022-09-15 16:27:02 +08:00
pikastech
c70947aa6e
cut VM for nano mode
2022-09-10 23:16:59 +08:00
pikastech
7d01af7b90
support auto connect lines begin with fun(...
...
fix valgrind
2022-08-12 23:59:32 +08:00
pikastech
331710ace6
support void line and no new line
2022-08-12 13:52:51 +08:00
pikastech
e0eee73209
support dir()
builtin, fix str disp in list...
2022-08-10 11:49:54 +08:00
李昂
76db2494a5
!46 try to support [][], not ok yeat
...
* fix typo in test
* Merge branch 'master' into slice
* adding slice to parser from suger
2022-07-11 03:14:14 +00:00
lyon
1bd3b367f4
fix str(None) return other string
2022-07-06 15:13:23 +08:00
李昂
4a943b479c
!41 Support chain invoke like < String('test').split() >
...
* support chain invoke ok
* add test for S(S.replace()).replace()
* parse to RUN .split
* try to support chain invoke, not ok
* can devide a chain
2022-07-05 06:23:49 +00:00
李昂
81a5f0b965
!40 support configparser_read_string
...
* configparser read_string is ok
* support replace() and strip() for StdData.String()
* add file and test of configparser
2022-07-04 07:16:44 +00:00
pikastech
9d087a934b
fix ci error
2022-07-01 23:10:51 +08:00
pikastech
ab795de30c
pikaVM_runFile change to interpreter mode
2022-06-23 15:37:04 +08:00
pikastech
fca634f3cc
use -> List
2022-06-21 17:49:18 +08:00
pikastech
1087ed0674
support split() for String Class
2022-06-21 17:42:03 +08:00
pikastech
2c4bbfafad
fix format syntax error when ''%method()
2022-06-15 15:45:44 +08: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