add src-space/* and clear src files

This commit is contained in:
2025-05-12 05:18:28 +09:00
parent 2f2e0759fd
commit 9e38b7ca63
13 changed files with 90 additions and 73 deletions

View File

@@ -35,15 +35,19 @@ yenru0 code storage
* `run`
```sh
# workspace로 불러오는 file
run load 1000 to py # load 1000.py from python repository
# if there loaded file
run load 1000.py # run type inference by extension
run load 1000.py from zeta # default is `zeta`/*
run load 1000.rs from zeta/c-
run load 1000.rs from zet
run export 1000.py --to zeta/completed
# 테스트 케이스 생성 with count=5
run init 5
# workspace로 불러오는 file
run load 1000 --to py # load 1000.py from python source space
# if there loaded file
run load 1000.py # language inference by extension
run load 1000.py --from zeta
run load 1000.rs --from zeta --force # already in src space force overwrite
run export --from c --completed
run time rust.it