Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 1569a33

Browse files
committed
将list 和tuple分开
1 parent a432023 commit 1569a33

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test_all.bat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:: win bat
2+
3+
4+
cd tests
5+
6+
for %%i in (*.py) do python ../compile_code.py %%i >../bytes/%%i.bytecode
7+
cd ..
8+
9+
REM cd RustPython
10+
REM for %%i in (../bytes/*.vbytecode) do echo %%i
11+
REM cd ..

0 commit comments

Comments
 (0)